mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 22:45:23 +00:00
relocate standby condition
This commit is contained in:
parent
61594d53fb
commit
fc8eee58e7
2 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue