Browse Source

Copter: Remove unused ADC include

mission-4.1.18
Michael du Breuil 7 years ago committed by Andrew Tridgell
parent
commit
3755b2ac0f
  1. 1
      ArduCopter/Copter.h

1
ArduCopter/Copter.h

@ -38,7 +38,6 @@ @@ -38,7 +38,6 @@
#include <AP_SerialManager/AP_SerialManager.h> // Serial manager library
#include <AP_GPS/AP_GPS.h> // ArduPilot GPS library
#include <DataFlash/DataFlash.h> // ArduPilot Mega Flash Memory Library
#include <AP_ADC/AP_ADC.h> // ArduPilot Mega Analog to Digital Converter Library
#include <AP_Baro/AP_Baro.h>
#include <AP_Compass/AP_Compass.h> // ArduPilot Mega Magnetometer Library
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library

Loading…
Cancel
Save