HkSwitchHelper should not be needed anymore #557

Merged
mohr merged 6 commits from eive/fsfw:mueller/delete-obsolete-module into development 2022-02-28 15:03:10 +01:00
1 changed files with 3 additions and 5 deletions
Showing only changes of commit 6fb64f9ada - Show all commits

View File

@ -1,6 +1,4 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
HkSwitchHelper.cpp
PoolDataSetBase.cpp
PoolEntry.cpp
target_sources(${LIB_FSFW_NAME} PRIVATE
PoolDataSetBase.cpp
PoolEntry.cpp
)