mirror of https://github.com/ArduPilot/ardupilot
AP_InertialSensor: address review comments
This commit is contained in:
parent
96a70df75b
commit
4b0fa15278
|
@ -9,8 +9,6 @@
|
|||
#define AP_INERTIAL_SENSOR_ACCEL_VIBE_FILT_HZ 2.0f // accel vibration filter hz
|
||||
#define AP_INERTIAL_SENSOR_ACCEL_PEAK_DETECT_TIMEOUT_MS 500 // peak-hold detector timeout
|
||||
|
||||
#define AP_INERTIAL_SENSOR_RATE_LOOP_BUFFER_SIZE 8 // gyro buffer size for rate loop
|
||||
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
|
@ -48,4 +48,4 @@ private:
|
|||
HAL_BinarySemaphore _notifier;
|
||||
HAL_Semaphore _mutex;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue