add some more commands

This commit is contained in:
2023-05-03 14:31:47 +02:00
parent d4fc95ed9f
commit 98a858876a
2 changed files with 3 additions and 2 deletions

View File

@@ -202,7 +202,6 @@ void PlocMPSoCHandler::doShutDown() {
#endif
}
ReturnValue_t PlocMPSoCHandler::buildNormalDeviceCommand(DeviceCommandId_t* id) {
*id = mpsoc::TC_GET_HK_REPORT;
return buildCommandFromCommand(*id, nullptr, 0);