mirror of https://github.com/ArduPilot/ardupilot
AP_Bootloader: change timeout on external flash init
This commit is contained in:
parent
f3319c7fc0
commit
f834d7895e
|
@ -163,7 +163,7 @@ int main(void)
|
||||||
while (!ext_flash.init()) {
|
while (!ext_flash.init()) {
|
||||||
// keep trying until we get it working
|
// keep trying until we get it working
|
||||||
// there's no future without it
|
// there's no future without it
|
||||||
chThdSleep(1000);
|
chThdSleep(chTimeMS2I(20));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue