mirror of https://github.com/ArduPilot/ardupilot
AP_InertialNav: removed IMU.h to fix compiler error from example sketch
This commit is contained in:
parent
5f34d41b59
commit
61dd405910
|
@ -18,7 +18,6 @@
|
|||
#include <AP_Compass.h> // ArduPilot Mega Magnetometer Library
|
||||
#include <AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
||||
#include <AP_InertialSensor.h> // ArduPilot Mega Inertial Sensor (accel & gyro) Library
|
||||
#include <AP_IMU.h> // ArduPilot Mega IMU Library
|
||||
#include <AP_PeriodicProcess.h> // Parent header of Timer
|
||||
#include <AP_TimerProcess.h> // TimerProcess is the scheduler for MPU6000 reads.
|
||||
#include <AP_AHRS.h>
|
||||
|
|
Loading…
Reference in New Issue