AP_Periph: avoid baro calibration
not needed, and the delay can trigger watchdog
This commit is contained in:
parent
ceb8082d84
commit
cc5ccc28ec
@ -103,7 +103,6 @@ void AP_Periph_FW::init()
|
|||||||
|
|
||||||
#ifdef HAL_PERIPH_ENABLE_BARO
|
#ifdef HAL_PERIPH_ENABLE_BARO
|
||||||
baro.init();
|
baro.init();
|
||||||
baro.calibrate(false);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAL_PERIPH_NEOPIXEL_COUNT
|
#ifdef HAL_PERIPH_NEOPIXEL_COUNT
|
||||||
|
Loading…
Reference in New Issue
Block a user