mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 19:53:57 -04:00
AP_Baro: fixed baro startup on PXF cape
This commit is contained in:
parent
808c33d0a7
commit
1f70b34cbc
@ -99,6 +99,7 @@ void AP_Baro::calibrate()
|
||||
hal.scheduler->panic(PSTR("PANIC: AP_Baro::read unsuccessful "
|
||||
"for more than 500ms in AP_Baro::calibrate [2]\r\n"));
|
||||
}
|
||||
hal.scheduler->delay(10);
|
||||
} while (!healthy());
|
||||
hal.scheduler->delay(100);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user