Browse Source

HAL_AVR: fixed example build

master
Andrew Tridgell 12 years ago
parent
commit
c691e16139
  1. 2
      libraries/AP_HAL_AVR/examples/ArduPlaneLibs/ArduPlaneLibs.pde

2
libraries/AP_HAL_AVR/examples/ArduPlaneLibs/ArduPlaneLibs.pde

@ -23,7 +23,9 @@ @@ -23,7 +23,9 @@
#include <AP_Airspeed.h>
#include <memcheck.h>
#include <DataFlash.h>
#include <APM_Control.h>
#include <AP_SpdHgtControl.h>
#include <GCS_MAVLink.h> // MAVLink GCS definitions
#include <AP_Mount.h> // Camera/Antenna mount
#include <AP_Declination.h> // ArduPilot Mega Declination Helper Library

Loading…
Cancel
Save