Browse Source

AP_Periph: avoid baro calibration

not needed, and the delay can trigger watchdog
c415-sdk
Andrew Tridgell 5 years ago
parent
commit
cc5ccc28ec
  1. 1
      Tools/AP_Periph/AP_Periph.cpp

1
Tools/AP_Periph/AP_Periph.cpp

@ -103,7 +103,6 @@ void AP_Periph_FW::init() @@ -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

Loading…
Cancel
Save