1
0
forked from fsfw/fsfw

DeviceHandlerIF fixed some indentation error

still some unclarities about returnvalues
so I added a comment on what the returnvalues
in DHB and DH interface mean
This commit is contained in:
2020-04-19 14:45:28 +02:00
parent 1ec1d057b8
commit 62644bdfc9
3 changed files with 32 additions and 20 deletions

View File

@ -1054,7 +1054,7 @@ ReturnValue_t DeviceHandlerBase::handleDeviceHandlerMessage(
if (result == RETURN_OK) {
replyReturnvalueToCommand(RETURN_OK);
} else {
replyReturnvalueToCommand(CANT_SWITCH_IOBOARD);
replyReturnvalueToCommand(CANT_SWITCH_IO_ADDRESS);
}
}
return RETURN_OK;