OBSW Update Commands #302
@ -231,7 +231,7 @@ ReturnValue_t CoreController::executeAction(ActionId_t actionId, MessageQueueId_
|
|||||||
if (size != 1) {
|
if (size != 1) {
|
||||||
return HasActionsIF::INVALID_PARAMETERS;
|
return HasActionsIF::INVALID_PARAMETERS;
|
||||||
}
|
}
|
||||||
if (data[0] != 0 and data[1] != 1) {
|
if (data[0] != 0 and data[0] != 1) {
|
||||||
return HasActionsIF::INVALID_PARAMETERS;
|
return HasActionsIF::INVALID_PARAMETERS;
|
||||||
}
|
}
|
||||||
auto active = static_cast<sd::SdCard>(data[0]);
|
auto active = static_cast<sd::SdCard>(data[0]);
|
||||||
|
Loading…
Reference in New Issue
Block a user