Updated the unit test make files. Fixed the init sections of MS/TP monitor (rx_fsm) modules. Corrected the rx_fsm code to check the correct return value of the read. Fixed the return value of the RS485 prototypes.
This commit is contained in:
@@ -4,7 +4,7 @@ BASEDIR = .
|
||||
#CFLAGS = -Wall -I.
|
||||
# -g for debugging with gdb
|
||||
#CFLAGS = -Wall -I. -g
|
||||
CFLAGS = -Wall -I. -Itest -DTEST -DTEST_MSTP -g
|
||||
CFLAGS = -Wall -I. -Iports/linux -Itest -DTEST -DTEST_MSTP -g
|
||||
|
||||
OBJS = mstp.o crc.o ringbuf.o test/ctest.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user