mirror of https://github.com/ArduPilot/ardupilot
AC_Fence: fixed example build
This commit is contained in:
parent
81c1fd5fc4
commit
56694fd9b1
|
@ -24,6 +24,7 @@
|
||||||
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
|
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
|
||||||
#include <AP_InertialNav.h> // Inertial Navigation library
|
#include <AP_InertialNav.h> // Inertial Navigation library
|
||||||
#include <AC_Fence.h> // Fence library
|
#include <AC_Fence.h> // Fence library
|
||||||
|
#include <GCS_MAVLink.h>
|
||||||
|
|
||||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue