another small tweak
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-02-22 19:42:55 +01:00
parent f8c1e337af
commit db57a52bf6

View File

@ -28,7 +28,7 @@ void SusHandler::doStartUp() {
if (comState == ComStates::WRITE_SETUP) {
if (commandExecuted) {
if (goToNormalModeImmediately) {
setMode(_MODE_TO_NORMAL);
setMode(MODE_NORMAL);
} else {
setMode(_MODE_TO_ON);
}