name fix
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2022-03-08 09:54:02 +01:00
parent 124703aa99
commit 84dead546c
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -36,7 +36,7 @@ ReturnValue_t GPSHyperionLinuxController::checkModeCommand(Mode_t mode, Submode_
maxTimeToReachFix.resetTimer();
modeCommanded = true;
} else if (mode == MODE_NORMAL) {
return HasModesIF::INVALID_MODE_RETVAL;
return HasModesIF::INVALID_MODE;
}
}
return HasReturnvaluesIF::RETURN_OK;