some more fsfw objects and stubs for unittesting

This commit is contained in:
2022-02-11 16:20:26 +01:00
parent f1249392cf
commit 587e9451ea
5 changed files with 62 additions and 34 deletions

View File

@ -3,5 +3,6 @@ add_subdirectory(controller)
target_sources(${UNITTEST_NAME} PRIVATE
main.cpp
initTests.cpp
printChar.cpp
)