Added MS/TP automatic baudrate detection option into the core MS/TP state machine. (#900)

This commit is contained in:
Steve Karg
2025-02-03 15:10:31 -06:00
committed by GitHub
parent c5b129e9ab
commit 19ef7f74cd
12 changed files with 471 additions and 11 deletions
@@ -47,6 +47,7 @@ add_executable(${PROJECT_NAME}
./src/main.c
${TST_DIR}/bacnet/datalink/test/mstp-mock.c
${TST_DIR}/bacnet/datalink/test/mstp-rs485.c
${TST_DIR}/bacnet/basic/sys/test/mstimer_mock.c
${ZTST_DIR}/ztest_mock.c
${ZTST_DIR}/ztest.c
)