Feature: Set health overrides #563

Merged
muellerr merged 7 commits from feature_set_health_overrides into develop 2023-04-04 18:52:07 +02:00
17 changed files with 33 additions and 23 deletions
Showing only changes of commit 3cc48a4cea - Show all commits

2
fsfw

Submodule fsfw updated: 9fca7581dd...6650c293da

View File

@ -3,5 +3,6 @@ add_subdirectory(tree)
add_subdirectory(acs)
add_subdirectory(com)
add_subdirectory(fdir)
add_subdirectory(power)
target_sources(${LIB_EIVE_MISSION} PRIVATE DualLanePowerStateMachine.cpp)

View File

@ -1,2 +1 @@
target_sources(${LIB_EIVE_MISSION} PRIVATE RtdFdir.cpp StrFdir.cpp
GomspacePowerFdir.cpp)
target_sources(${LIB_EIVE_MISSION} PRIVATE GomspacePowerFdir.cpp)

2
tmtc

Submodule tmtc updated: 6975fae511...50668ca7a7