small fix
This commit is contained in:
parent
afc72c0d97
commit
9219d2bc8c
@ -47,7 +47,7 @@ ReturnValue_t ScexDeviceHandler::buildCommandFromCommand(DeviceCommandId_t devic
|
|||||||
return DeviceHandlerIF::COMMAND_NOT_IMPLEMENTED;
|
return DeviceHandlerIF::COMMAND_NOT_IMPLEMENTED;
|
||||||
}
|
}
|
||||||
bool tempCheck = false;
|
bool tempCheck = false;
|
||||||
if (commandDataLen == 1) {
|
if (commandDataLen >= 1) {
|
||||||
tempCheck = commandData[0];
|
tempCheck = commandData[0];
|
||||||
}
|
}
|
||||||
if (commandActive) {
|
if (commandActive) {
|
||||||
|
2
tmtc
2
tmtc
@ -1 +1 @@
|
|||||||
Subproject commit a82cbff5a83eb37c68234bdeecd3b7d308d65eb1
|
Subproject commit ab770a0057258cc399072477a42eb0253d919aba
|
Loading…
x
Reference in New Issue
Block a user