mirror of https://github.com/ArduPilot/ardupilot
INS: fix example sketch
This commit is contained in:
parent
7c293f01d9
commit
b43dc3bdfb
|
@ -38,6 +38,7 @@
|
|||
#include <AP_HAL_Linux.h>
|
||||
#include <AP_Rally.h>
|
||||
#include <AP_Scheduler.h>
|
||||
#include <AP_BattMonitor.h>
|
||||
|
||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <AP_Declination.h>
|
||||
#include <AP_Notify.h>
|
||||
#include <AP_NavEKF.h>
|
||||
#include <AP_BattMonitor.h>
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4
|
||||
|
||||
#include <drivers/drv_accel.h>
|
||||
|
|
Loading…
Reference in New Issue