AP_Periph: avoid baro calibration

not needed, and the delay can trigger watchdog
This commit is contained in:
Andrew Tridgell 2020-01-13 12:13:58 +11:00
parent ceb8082d84
commit cc5ccc28ec

View File

@ -103,7 +103,6 @@ void AP_Periph_FW::init()
#ifdef HAL_PERIPH_ENABLE_BARO
baro.init();
baro.calibrate(false);
#endif
#ifdef HAL_PERIPH_NEOPIXEL_COUNT