PLOC SUPV periodic HK
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-08-15 13:49:06 +02:00
parent 6919ab9455
commit af5f51928b
3 changed files with 11 additions and 1 deletions

View File

@ -134,7 +134,7 @@ void EiveSystem::handleEventMessages() {
if (event.getParameter1() == pdec::FRAME_DIRTY_RETVAL) {
frameDirtyErrorCounter++;
// Check whether threshold was reached after 10 seconds.
if(frameDirtyErrorCounter == 1) {
if (frameDirtyErrorCounter == 1) {
frameDirtyCheckCd.resetTimer();
}
}