removing debug code

This commit is contained in:
Ulrich Mohr 2022-08-25 14:44:18 +02:00
parent fe8036361d
commit 4a147a442c
1 changed files with 0 additions and 1 deletions

View File

@ -284,7 +284,6 @@ ReturnValue_t GomspaceDeviceHandler::handleAction(ParamGetAction* action) {
}
ReturnValue_t GomspaceDeviceHandler::handleAction(PingAction* action) {
action->pingData = 12;
CspPingCommand cspPingCommand(&action->pingData.value, 1); // TODO array
size_t cspPacketLen = 0;
uint8_t* buffer = cspPacket;