WIP: PLOC MPSoC read file #624

Closed
muellerr wants to merge 58 commits from ploc_mpsoc_read_file into v2.1.0-dev
Showing only changes of commit 329027f9f8 - Show all commits

View File

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