mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -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();
|
gcs_update();
|
||||||
}
|
}
|
||||||
delay(1);
|
delay(1);
|
||||||
#if USB_MUX_PIN > 0
|
#if USB_MUX_PIN > 0
|
||||||
check_usb_mux();
|
check_usb_mux();
|
||||||
#endif
|
#endif
|
||||||
} while (millis() - tstart < t);
|
} while (millis() - tstart < t);
|
||||||
|
|
||||||
in_mavlink_delay = false;
|
in_mavlink_delay = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user