Feature COM PDEC FDIR #599
@ -282,7 +282,7 @@ void EiveSystem::pdecRecoveryLogic() {
|
||||
ptmeResetWasAttempted = false;
|
||||
}
|
||||
if (frameDirtyCheckCd.hasTimedOut()) {
|
||||
if (frameDirtyErrorCounter >= 4) {
|
||||
if (frameDirtyErrorCounter >= FRAME_DIRTY_COM_REBOOT_LIMIT) {
|
||||
// If a PTME reset was already attempted and there is still an issue receiving TC frames,
|
||||
// reboot the system.
|
||||
if (ptmeResetWasAttempted) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user