Assembly and FDIR updates #572

Merged
meggert merged 7 commits from bugfix_syrlinks into develop 2023-04-05 17:02:51 +02:00
Showing only changes of commit 7549a24f6f - Show all commits

View File

@ -18,7 +18,7 @@ ReturnValue_t ImtqAssembly::commandChildren(Mode_t mode, Submode_t submode) {
if (recoveryState == RECOVERY_IDLE) {
ReturnValue_t result = checkAndHandleHealthState(mode, submode);
if (result == NEED_TO_CHANGE_HEALTH) {
return OK;
return result;
}
}
HybridIterator<ModeListEntry> iter(commandTable.begin(), commandTable.end());