mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_InertialSensor_MPU9250: Add missing library for example/
In order to compile the examples test a library needed to added.
This commit is contained in:
parent
763c075497
commit
4df3b55ed4
@ -30,6 +30,7 @@
|
|||||||
#include <AP_NavEKF.h>
|
#include <AP_NavEKF.h>
|
||||||
#include <AP_HAL_Linux.h>
|
#include <AP_HAL_Linux.h>
|
||||||
#include <AP_InertialSensor_MPU9250.h>
|
#include <AP_InertialSensor_MPU9250.h>
|
||||||
|
#include <AP_Mission.h>
|
||||||
|
|
||||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||||
AP_InertialSensor_MPU9250 ins;
|
AP_InertialSensor_MPU9250 ins;
|
||||||
|
Loading…
Reference in New Issue
Block a user