possible bugfix
This commit is contained in:
@ -123,6 +123,7 @@ ReturnValue_t AcsBoardAssembly::handleNormalOrOnModeCmd(Mode_t mode, Submode_t s
|
|||||||
// TODO: Ugly hack. The base class should support arbitrary number of steps..
|
// TODO: Ugly hack. The base class should support arbitrary number of steps..
|
||||||
needsSecondStep = true;
|
needsSecondStep = true;
|
||||||
} else if (sideSwitchState == SideSwitchState::DISABLE_OTHER_SIDE) {
|
} else if (sideSwitchState == SideSwitchState::DISABLE_OTHER_SIDE) {
|
||||||
|
dualToSingleSideTransition = true;
|
||||||
submode = targetSubmodeForSideSwitch;
|
submode = targetSubmodeForSideSwitch;
|
||||||
}
|
}
|
||||||
auto cmdSeq = [&](object_id_t objectId, Mode_t devMode, ModeTableIdx tableIdx) {
|
auto cmdSeq = [&](object_id_t objectId, Mode_t devMode, ModeTableIdx tableIdx) {
|
||||||
|
2
tmtc
2
tmtc
Submodule tmtc updated: aab50dce5a...5b613f98ee
Reference in New Issue
Block a user