relocate standby condition

This commit is contained in:
Andre Dunford 2022-12-18 16:54:47 -08:00
parent 61594d53fb
commit fc8eee58e7
2 changed files with 2 additions and 2 deletions

View file

@ -324,7 +324,7 @@ inline void App_Process() {
}
}
}
if(!VNA::GetStandbyMode() && HW::TimedOut()) {
if(HW::TimedOut()) {
HW::SetMode(HW::Mode::Idle);
// insert the last received packet (restarts the timed out operation)
Communication::BlockNextAck();