Browse Source

Copter: fixed build with AP_AHRS changes

master
Andrew Tridgell 12 years ago
parent
commit
e1e32fcf08
  1. 1
      ArduCopter/ArduCopter.pde

1
ArduCopter/ArduCopter.pde

@ -96,6 +96,7 @@ @@ -96,6 +96,7 @@
#include <AP_Camera.h> // Photo or video camera
#include <AP_Mount.h> // Camera/Antenna mount
#include <AP_Airspeed.h> // needed for AHRS build
#include <AP_SpdHgtControl.h> // needed for AHRS build
#include <AP_InertialNav.h> // ArduPilot Mega inertial navigation library
#include <AC_WPNav.h> // ArduCopter waypoint navigation library
#include <AP_Declination.h> // ArduPilot Mega Declination Helper Library

Loading…
Cancel
Save