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_HAL_Linux.h>
|
||||
#include <AP_InertialSensor_MPU9250.h>
|
||||
#include <AP_Mission.h>
|
||||
|
||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||
AP_InertialSensor_MPU9250 ins;
|
||||
|
Loading…
Reference in New Issue
Block a user