little fix in gs device handler class
This commit is contained in:
@ -68,6 +68,7 @@ ReturnValue_t GomspaceDeviceHandler::buildCommandFromCommand(
|
||||
if(result != HasReturnvaluesIF::RETURN_OK){
|
||||
return result;
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
return DeviceHandlerIF::COMMAND_NOT_IMPLEMENTED;
|
||||
|
Reference in New Issue
Block a user