PDEC corrupted Config Event #773

Merged
muellerr merged 10 commits from meier/pdec-config-readback into main 2023-08-15 13:24:03 +02:00
27 changed files with 284 additions and 509 deletions
Showing only changes of commit 567d68107d - Show all commits

View File

@@ -584,8 +584,7 @@ void PdecHandler::checkConfig() {
if (result != returnvalue::OK) {
// This should normally never happen during runtime. So here is just
// output a warning
sif::warning << "PdecHandler::checkConfig: Failed to create first word"
<< std::endl;
sif::warning << "PdecHandler::checkConfig: Failed to create first word" << std::endl;
return;
}
uint32_t secondWord = 0;
@@ -593,8 +592,7 @@ void PdecHandler::checkConfig() {
if (result != returnvalue::OK) {
// This should normally never happen during runtime. So here is just
// output a warning
sif::warning << "PdecHandler::checkConfig: Failed to create second word"
<< std::endl;
sif::warning << "PdecHandler::checkConfig: Failed to create second word" << std::endl;
return;
}
if (firstWord != pdecConfig.readbackFirstWord() or