mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Bootloader: change timeout on external flash init
This commit is contained in:
parent
0afaaf9a53
commit
68b3b3561f
@ -163,7 +163,7 @@ int main(void)
|
||||
while (!ext_flash.init()) {
|
||||
// keep trying until we get it working
|
||||
// there's no future without it
|
||||
chThdSleep(1000);
|
||||
chThdSleep(chTimeMS2I(20));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user