1
0
forked from fsfw/fsfw

extended controller base

This commit is contained in:
2021-02-03 22:23:31 +01:00
parent f7c1aae464
commit 255d4a90a9
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
ControllerBase.cpp
target_sources(${LIB_FSFW_NAME} PRIVATE
ControllerBase.cpp
ExtendedControllerBase.cpp
)