start adding flash read

This commit is contained in:
2023-05-03 17:46:47 +02:00
parent fa13703394
commit 0a109e552d
3 changed files with 30 additions and 12 deletions

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