mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
formatting
This commit is contained in:
parent
1b63af896e
commit
8af8badcec
@ -1722,9 +1722,9 @@ static void mavlink_delay(unsigned long t)
|
||||
gcs_update();
|
||||
}
|
||||
delay(1);
|
||||
#if USB_MUX_PIN > 0
|
||||
#if USB_MUX_PIN > 0
|
||||
check_usb_mux();
|
||||
#endif
|
||||
#endif
|
||||
} while (millis() - tstart < t);
|
||||
|
||||
in_mavlink_delay = false;
|
||||
|
Loading…
Reference in New Issue
Block a user