small MPSoC bugfix #861

Merged
meggert merged 4 commits from small-mpsoc-bugfix into main 2024-02-12 10:48:47 +01:00
Showing only changes of commit 36658d07f0 - Show all commits

View File

@ -998,6 +998,7 @@ ReturnValue_t PlocMpsocHandler::handleGetHkReport(const uint8_t* data) {
if (result != returnvalue::OK) {
return result;
}
hkReport.setValidity(true, true);
return returnvalue::OK;
}