mirror of https://github.com/ArduPilot/ardupilot
AC_Sprayer: fixed example build
This commit is contained in:
parent
137137d4e1
commit
305c6e4b56
|
@ -26,6 +26,7 @@
|
||||||
#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 <AP_InertialNav.h> // Inertial Navigation library
|
#include <AP_InertialNav.h> // Inertial Navigation library
|
||||||
|
#include <DataFlash.h>
|
||||||
#include <GCS_MAVLink.h>
|
#include <GCS_MAVLink.h>
|
||||||
#include <RC_Channel.h>
|
#include <RC_Channel.h>
|
||||||
#include <AC_Sprayer.h> // Crop Sprayer library
|
#include <AC_Sprayer.h> // Crop Sprayer library
|
||||||
|
|
Loading…
Reference in New Issue