clean up code structure a bit
This commit is contained in:
@ -644,7 +644,7 @@ ReturnValue_t GomspaceDeviceHandler::parsePduHkTable(PDU::PduCoreHk& coreHk, PDU
|
||||
}
|
||||
|
||||
ReturnValue_t GomspaceDeviceHandler::setHealth(HealthState health) {
|
||||
if(health != HealthState::HEALTHY and health != HealthState::EXTERNAL_CONTROL and
|
||||
if (health != HealthState::HEALTHY and health != HealthState::EXTERNAL_CONTROL and
|
||||
health != HealthState::NEEDS_RECOVERY) {
|
||||
return returnvalue::FAILED;
|
||||
}
|
||||
|
Reference in New Issue
Block a user