Added missing enumeration text for Program object: BACnetProgramError, BACnetProgramState, and BACnetProgramRequest (#1068)

This commit is contained in:
Steve Karg
2025-08-09 08:23:32 -05:00
committed by GitHub
parent 64d3f2c875
commit 30b02349bf
5 changed files with 90 additions and 10 deletions
+3
View File
@@ -22,6 +22,9 @@ LFLAGS += $(GTK_LIBS)
CFLAGS += $(GTK_CFLAGS)
CFLAGS += -std=gnu99
# BACnet Library adjustments
CFLAGS += -DTARGET_DATA_QUEUE_COUNT=128
# Check if GTK is available
GTK_CHECK = $(shell pkg-config --exists gtk+-3.0 && echo "yes")