update object list, bugfix
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-03-22 19:33:49 +01:00
parent 22154f2851
commit 5fb4e468ba
7 changed files with 15 additions and 7 deletions

View File

@ -23,6 +23,7 @@ void TcsBoardAssembly::performChildOperation() {
} else if (state == PowerSwitcher::WAIT_ON and
switcher.getState() == PowerSwitcher::SWITCH_IS_ON) {
// Indicator that mode commanding can be performed now
AssemblyBase::startTransition(targetMode, targetSubmode);
AssemblyBase::performChildOperation();
}
}