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

This commit is contained in:
skarg
2015-10-18 03:40:10 +00:00
parent 4db370cc3a
commit bc897c7507
-2
View File
@@ -13,8 +13,6 @@ 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}