STX and ETX escaping are optional now

This commit is contained in:
2021-08-17 14:57:09 +02:00
parent 80263b647d
commit 20ee0ed2c4
3 changed files with 60 additions and 40 deletions

View File

@ -1,5 +1,5 @@
target_sources(${LIB_FSFW_NAME} PRIVATE
testMq.cpp
testMutex.cpp
TestSemaphore.cpp
testSemaphore.cpp
)