mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_InertialSensor: add missing include for AHRS
we use a method from this library
This commit is contained in:
parent
89c9b186e2
commit
b5cd3370eb
@ -5,6 +5,7 @@
|
|||||||
#include "AP_InertialSensor.h"
|
#include "AP_InertialSensor.h"
|
||||||
#include "AP_InertialSensor_Backend.h"
|
#include "AP_InertialSensor_Backend.h"
|
||||||
|
|
||||||
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
#include <AP_Logger/AP_Logger.h>
|
#include <AP_Logger/AP_Logger.h>
|
||||||
|
|
||||||
// Write ACC data packet: raw accel data
|
// Write ACC data packet: raw accel data
|
||||||
|
Loading…
Reference in New Issue
Block a user