mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_InertialSensor: tidy includes
This commit is contained in:
parent
0ea46a93a1
commit
94dc0e78cd
@ -7,7 +7,7 @@
|
||||
#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
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
/**
|
||||
maximum number of INS instances available on this platform. If more
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_Common/ExpandingString.h>
|
||||
#include <AP_Notify/AP_Notify.h>
|
||||
|
||||
// this scale factor ensures params are easy to work with in GUI parameter editors
|
||||
#define SCALE_FACTOR 1.0e6
|
||||
|
Loading…
Reference in New Issue
Block a user