removing debug code
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user