PLOC MPSoC dir content report #634
@ -225,11 +225,11 @@ void PlocMPSoCHandler::doShutDown() {
|
||||
}
|
||||
|
||||
ReturnValue_t PlocMPSoCHandler::buildNormalDeviceCommand(DeviceCommandId_t* id) {
|
||||
// if (not normalCmdPending) {
|
||||
// *id = mpsoc::TC_GET_HK_REPORT;
|
||||
// normalCmdPending = true;
|
||||
// return buildCommandFromCommand(*id, nullptr, 0);
|
||||
// }
|
||||
if (not normalCmdPending) {
|
||||
*id = mpsoc::TC_GET_HK_REPORT;
|
||||
normalCmdPending = true;
|
||||
return buildCommandFromCommand(*id, nullptr, 0);
|
||||
}
|
||||
return NOTHING_TO_SEND;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user