PLOC SUPV periodic HK
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user