diff --git a/mission/system/EiveSystem.cpp b/mission/system/EiveSystem.cpp index 142034dc..b12f95f4 100644 --- a/mission/system/EiveSystem.cpp +++ b/mission/system/EiveSystem.cpp @@ -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) {