mirror of https://github.com/ArduPilot/ardupilot
AP_AHRS: fix to allow example sketch to compile
This commit is contained in:
parent
821408ecee
commit
3c0153e9dc
|
@ -15,8 +15,11 @@
|
|||
#include <AP_GPS.h>
|
||||
#include <AP_AHRS.h>
|
||||
#include <AP_Math.h>
|
||||
#include <AP_AnalogSource.h>
|
||||
#include <AP_AnalogSource_Arduino.h>
|
||||
#include <AP_Common.h>
|
||||
#include <AP_Compass.h>
|
||||
#include <AP_Airspeed.h>
|
||||
#include <AP_Baro.h>
|
||||
#include <DataFlash.h>
|
||||
#include <APM_RC.h>
|
||||
|
|
Loading…
Reference in New Issue