add FSFW example specific controller

This commit is contained in:
2021-12-14 17:49:19 +01:00
parent f193608c38
commit 0720dc5121
5 changed files with 278 additions and 6 deletions

View File

@ -1,4 +1,3 @@
target_sources(${TARGET_NAME}
PRIVATE
GenericFactory.cpp
target_sources(${TARGET_NAME} PRIVATE
GenericFactory.cpp
)