ACS system updates #441

Merged
muellerr merged 10 commits from update_fsfw_submode_mask into develop 2023-03-07 17:23:06 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 51317782c3 - Show all commits

2
fsfw

@ -1 +1 @@
Subproject commit 2745b2080dc9c53ef6699c844ba1d000351d07ba
Subproject commit 4c48668125de7a43cb42b8513cada73c2fe3ffbd

View File

@ -508,7 +508,7 @@ void buildTargetPtInertialSequence(Subsystem& ss, ModeListEntry& eh) {
auto ctxc = context.c_str();
// Insert Helper Table
auto iht = [&](object_id_t obj, Mode_t mode, Submode_t submode,
ArrayList<ModeListEntry>& sequence, bool allowAllSubmodes) {
ArrayList<ModeListEntry>& sequence, bool allowAllSubmodes = false) {
eh.setObject(obj);
eh.setMode(mode);
eh.setSubmode(submode);