fix mavlink undefined autopilot functions warning

This commit is contained in:
kirkscheper
2016-10-31 21:26:02 +01:00
parent 8dec945a71
commit 4cc9210bfd
3 changed files with 2 additions and 2 deletions
@@ -48,8 +48,6 @@
#include "firmwares/rotorcraft/stabilization/stabilization_rate.h"
#endif
#include "firmwares/rotorcraft/autopilot_guided.h"
#include "generated/settings.h"
#if USE_GPS
@@ -32,6 +32,7 @@
#include "std.h"
#include "generated/airframe.h"
#include "state.h"
#include "autopilot_guided.h"
#define AP_MODE_KILL 0
#define AP_MODE_FAILSAFE 1
+1
View File
@@ -49,6 +49,7 @@
#include "subsystems/electrical.h"
#include "state.h"
#include "pprz_version.h"
#include "autopilot.h"
#if defined RADIO_CONTROL
#include "subsystems/radio_control.h"