Browse Source

Copter: GCS.h include fix

master
Randy Mackay 11 years ago committed by Andrew Tridgell
parent
commit
49367c5a30
  1. 2
      ArduCopter/ArduCopter.pde

2
ArduCopter/ArduCopter.pde

@ -94,6 +94,7 @@
#include <AP_HAL_Empty.h> #include <AP_HAL_Empty.h>
// Application dependencies // Application dependencies
#include <GCS.h>
#include <GCS_MAVLink.h> // MAVLink GCS definitions #include <GCS_MAVLink.h> // MAVLink GCS definitions
#include <AP_GPS.h> // ArduPilot GPS library #include <AP_GPS.h> // ArduPilot GPS library
#include <AP_GPS_Glitch.h> // GPS glitch protection library #include <AP_GPS_Glitch.h> // GPS glitch protection library
@ -151,7 +152,6 @@ static AP_Vehicle::MultiCopter aparm;
// Local modules // Local modules
#include "Parameters.h" #include "Parameters.h"
#include "GCS.h"
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// cliSerial // cliSerial

Loading…
Cancel
Save