use config constant
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
62d18826f1
commit
8cf9dd9136
@ -282,7 +282,7 @@ void EiveSystem::pdecRecoveryLogic() {
|
|||||||
ptmeResetWasAttempted = false;
|
ptmeResetWasAttempted = false;
|
||||||
}
|
}
|
||||||
if (frameDirtyCheckCd.hasTimedOut()) {
|
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,
|
// If a PTME reset was already attempted and there is still an issue receiving TC frames,
|
||||||
// reboot the system.
|
// reboot the system.
|
||||||
if (ptmeResetWasAttempted) {
|
if (ptmeResetWasAttempted) {
|
||||||
|
Loading…
Reference in New Issue
Block a user