PLOC SUPV set bugfix #860

Merged
meggert merged 2 commits from ploc-supv-set-bugfix into main 2024-02-13 16:05:10 +01:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 2346866ba2 - Show all commits

View File

@ -22,6 +22,7 @@ will consitute of a breaking change warranting a new major release:
and latchup status report.
- PLOC SUPV latchup report could not be handled previously.
- Bugfix in PLOC SUPV latchup report parsing.
- Bugfix in PLOC MPSoC HK set: Set and variables were not set valid.
# [v7.6.1] 2024-02-05

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