mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_HAL_ChibiOS: initialise SDCard before starting USB
This commit is contained in:
parent
ee45deeda8
commit
0c5d19ff44
@ -322,6 +322,8 @@ void HAL_ChibiOS::run(int argc, char * const argv[], Callbacks* callbacks) const
|
||||
* RTOS is active.
|
||||
*/
|
||||
|
||||
sdcard_retry();
|
||||
|
||||
#if HAL_USE_SERIAL_USB == TRUE
|
||||
usb_initialise();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user