Skip to content

Commit

Permalink
fix mavlink undefined autopilot functions warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkscheper committed Oct 31, 2016
1 parent 8dec945 commit 4cc9210
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sw/airborne/firmwares/rotorcraft/autopilot.c
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sw/airborne/firmwares/rotorcraft/autopilot.h
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sw/airborne/modules/datalink/mavlink.c
Expand Up @@ -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"
Expand Down

0 comments on commit 4cc9210

Please sign in to comment.