Browse Source

AP_InertialSensor: default fast sampling on

if we have a first IMU capable of fast sampling then we want it
enabled by default
c415-sdk
Andrew Tridgell 5 years ago
parent
commit
e52a3b9978
  1. 2
      libraries/AP_InertialSensor/AP_InertialSensor.cpp

2
libraries/AP_InertialSensor/AP_InertialSensor.cpp

@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
#endif
#ifndef HAL_DEFAULT_INS_FAST_SAMPLE
#define HAL_DEFAULT_INS_FAST_SAMPLE 0
#define HAL_DEFAULT_INS_FAST_SAMPLE 1
#endif
extern const AP_HAL::HAL& hal;

Loading…
Cancel
Save