Copter: add #include for AC_Sprayer

This commit is contained in:
Randy Mackay 2013-09-09 10:18:06 +09:00
parent 13ee672eae
commit 4842335a24
1 changed files with 3 additions and 0 deletions

View File

@ -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"