add back normal command
All checks were successful
EIVE/eive-obsw/pipeline/pr-v2.1.0-dev This commit looks good

This commit is contained in:
Robin Müller 2023-05-12 16:29:15 +02:00
parent ac73e6d2c3
commit 3dc096c42b
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -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;
}