mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_InertialNav: fixed example build
This commit is contained in:
parent
ed93f80ba9
commit
c3738ed344
@ -19,6 +19,7 @@
|
|||||||
#include <AC_PID.h> // PID library
|
#include <AC_PID.h> // PID library
|
||||||
#include <APM_PI.h> // PID library
|
#include <APM_PI.h> // PID library
|
||||||
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
|
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
|
||||||
|
#include <GCS_MAVLink.h>
|
||||||
|
|
||||||
#include <AP_InertialNav.h>
|
#include <AP_InertialNav.h>
|
||||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||||
|
Loading…
Reference in New Issue
Block a user