mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
DataFlash: adjust for new vehicle base class
This commit is contained in:
parent
405bf0ce7f
commit
083d4ac3ea
@ -4,6 +4,9 @@
|
||||
#pragma once
|
||||
|
||||
#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_Param/AP_Param.h>
|
||||
#include <AP_InertialSensor/AP_InertialSensor.h>
|
||||
|
Loading…
Reference in New Issue
Block a user