Un-refactored property-list module to lower resource requirements on small devices.

This commit is contained in:
skarg
2015-10-18 03:39:28 +00:00
parent a294e3c691
commit 4db370cc3a
12 changed files with 217 additions and 74 deletions
+2
View File
@@ -13,6 +13,8 @@ SRCS = main.c \
OBJS = ${SRCS:.c=.o}
CFLAGS += -DBACNET_PROPERTY_LISTS=1
all: ${BACNET_LIB_TARGET} Makefile ${TARGET_BIN}
${TARGET_BIN}: ${OBJS} Makefile ${BACNET_LIB_TARGET}