mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
HAL_ChibiOS: rename to EXPECT_DELAY_MS()
This commit is contained in:
parent
911a99b79e
commit
48302427c7
@ -230,7 +230,7 @@ bool Util::flash_bootloader()
|
||||
uint32_t fw_size;
|
||||
const char *fw_name = "bootloader.bin";
|
||||
|
||||
EXPECT_DELAY(hal, 11000);
|
||||
EXPECT_DELAY_MS(11000);
|
||||
|
||||
uint8_t *fw = AP_ROMFS::find_decompress(fw_name, fw_size);
|
||||
if (!fw) {
|
||||
|
Loading…
Reference in New Issue
Block a user