removing debug code
This commit is contained in:
parent
fe8036361d
commit
4a147a442c
@ -284,7 +284,6 @@ ReturnValue_t GomspaceDeviceHandler::handleAction(ParamGetAction* action) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ReturnValue_t GomspaceDeviceHandler::handleAction(PingAction* action) {
|
ReturnValue_t GomspaceDeviceHandler::handleAction(PingAction* action) {
|
||||||
action->pingData = 12;
|
|
||||||
CspPingCommand cspPingCommand(&action->pingData.value, 1); // TODO array
|
CspPingCommand cspPingCommand(&action->pingData.value, 1); // TODO array
|
||||||
size_t cspPacketLen = 0;
|
size_t cspPacketLen = 0;
|
||||||
uint8_t* buffer = cspPacket;
|
uint8_t* buffer = cspPacket;
|
||||||
|
Loading…
Reference in New Issue
Block a user