doc correction
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-08-04 14:28:58 +02:00
parent e4632b2538
commit 9f176e1959
Signed by: muellerr
GPG Key ID: 407F9B00F858F270

View File

@ -296,9 +296,8 @@ ReturnValue_t EiveSystem::sendFullRebootCommand() {
}
void EiveSystem::pdecRecoveryLogic() {
// PDEC reset has happened too often in the last time. Perform reboot to same image.
if (pdecResetCounter >= PDEC_RESET_MAX_COUNT_BEFORE_REBOOT) {
// If a PTME reset was already attempted and there is still an issue receiving TC frames,
// reboot the system.
if (waitingForPdecReboot) {
return;
}