mirror of https://github.com/ArduPilot/ardupilot
DataFlash: adjust for new vehicle base class
This commit is contained in:
parent
5818d86420
commit
f5fc308f9e
|
@ -4,6 +4,9 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
|
#include <AP_AHRS/AP_AHRS_DCM.h>
|
||||||
|
#include <AP_AHRS/AP_AHRS_NavEKF.h>
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
#include <AP_Param/AP_Param.h>
|
#include <AP_Param/AP_Param.h>
|
||||||
#include <AP_InertialSensor/AP_InertialSensor.h>
|
#include <AP_InertialSensor/AP_InertialSensor.h>
|
||||||
|
|
Loading…
Reference in New Issue