While trying to compile mstpsnap, Joe got a compile time failure. Adding fifo.c to the mstpsnap.mak file seems to have resolved GCC's complaint, and mstpsnap seems to be functioning. Thanks, Joe!

This commit is contained in:
skarg
2013-10-31 16:24:05 +00:00
parent 55599cafaa
commit b3b3b8eca6
+1
View File
@@ -38,6 +38,7 @@ SRCS = mstpsnap.c \
${BACNET_PORT_DIR}/timer.c \
${BACNET_SOURCE_DIR}/bacint.c \
${BACNET_SOURCE_DIR}/mstp.c \
${BACNET_SOURCE_DIR}/fifo.c \
${BACNET_SOURCE_DIR}/mstptext.c \
${BACNET_SOURCE_DIR}/debug.c \
${BACNET_SOURCE_DIR}/indtext.c \