Browse Source

Copter: fixed build warnings

zr-v5.1
Andrew Tridgell 5 years ago
parent
commit
4445313661
  1. 8
      ArduCopter/Copter.h

8
ArduCopter/Copter.h

@ -67,6 +67,8 @@ @@ -67,6 +67,8 @@
#include <AP_TempCalibration/AP_TempCalibration.h>
#include <AC_AutoTune/AC_AutoTune.h>
#include <AP_Common/AP_FWVersion.h>
#include <AP_Parachute/AP_Parachute.h>
#include <AC_Sprayer/AC_Sprayer.h>
// Configuration
#include "defines.h"
@ -107,15 +109,9 @@ @@ -107,15 +109,9 @@
#include <AC_WPNav/AC_WPNav_OA.h>
#include <AC_Avoidance/AP_OAPathPlanner.h>
#endif
#if SPRAYER_ENABLED == ENABLED
# include <AC_Sprayer/AC_Sprayer.h>
#endif
#if GRIPPER_ENABLED == ENABLED
# include <AP_Gripper/AP_Gripper.h>
#endif
#if PARACHUTE == ENABLED
# include <AP_Parachute/AP_Parachute.h>
#endif
#if PRECISION_LANDING == ENABLED
# include <AC_PrecLand/AC_PrecLand.h>
# include <AP_IRLock/AP_IRLock.h>

Loading…
Cancel
Save