Browse Source

AP_Bootloader: change timeout on external flash init

Copter-4.2
Andy Piper 3 years ago committed by Randy Mackay
parent
commit
bad1fb36b4
  1. 2
      Tools/AP_Bootloader/AP_Bootloader.cpp

2
Tools/AP_Bootloader/AP_Bootloader.cpp

@ -163,7 +163,7 @@ int main(void) @@ -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…
Cancel
Save