set swither set entries valid
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-12-22 16:18:30 +01:00
parent c1b95e8bbd
commit 55ecb34665
3 changed files with 9 additions and 4 deletions

View File

@ -29,7 +29,7 @@ void RadiationSensorHandler::doStartUp() {
}
if (internalState == InternalState::POWER_SWITCHING) {
if (stackHandler.isSwitchOn()) {
internalState == InternalState::SETUP;
internalState = InternalState::SETUP;
}
}
if (internalState == InternalState::CONFIGURED) {