retval replacements
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
@ -160,7 +160,7 @@ void initmission::initTasks() {
|
||||
}
|
||||
#endif
|
||||
result = sysTask->addComponent(objects::ACS_SUBSYSTEM);
|
||||
if (result != HasReturnvaluesIF::RETURN_OK) {
|
||||
if (result != returnvalue::OK) {
|
||||
initmission::printAddObjectError("ACS_SUBSYSTEM", objects::ACS_SUBSYSTEM);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user