mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Copter: add #include for AC_Sprayer
This commit is contained in:
parent
13ee672eae
commit
4842335a24
@ -115,6 +115,9 @@
|
|||||||
#include <AP_Scheduler.h> // main loop scheduler
|
#include <AP_Scheduler.h> // main loop scheduler
|
||||||
#include <AP_RCMapper.h> // RC input mapping library
|
#include <AP_RCMapper.h> // RC input mapping library
|
||||||
#include <AP_Notify.h> // Notify library
|
#include <AP_Notify.h> // Notify library
|
||||||
|
#if SPRAYER == ENABLED
|
||||||
|
#include <AC_Sprayer.h> // crop sprayer library
|
||||||
|
#endif
|
||||||
|
|
||||||
// AP_HAL to Arduino compatibility layer
|
// AP_HAL to Arduino compatibility layer
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user