mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tracker: removed ADC.h include
This commit is contained in:
parent
6df5295299
commit
f9a8d249c4
@ -34,7 +34,6 @@
|
|||||||
#include <AP_Baro/AP_Baro.h> // ArduPilot barometer library
|
#include <AP_Baro/AP_Baro.h> // ArduPilot barometer library
|
||||||
#include <AP_Compass/AP_Compass.h> // ArduPilot Mega Magnetometer Library
|
#include <AP_Compass/AP_Compass.h> // ArduPilot Mega Magnetometer Library
|
||||||
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
||||||
#include <AP_ADC/AP_ADC.h> // ArduPilot Mega Analog to Digital Converter Library
|
|
||||||
#include <AP_InertialSensor/AP_InertialSensor.h> // Inertial Sensor Library
|
#include <AP_InertialSensor/AP_InertialSensor.h> // Inertial Sensor Library
|
||||||
#include <AP_AccelCal/AP_AccelCal.h> // interface and maths for accelerometer calibration
|
#include <AP_AccelCal/AP_AccelCal.h> // interface and maths for accelerometer calibration
|
||||||
#include <AP_AHRS/AP_AHRS.h> // ArduPilot Mega DCM Library
|
#include <AP_AHRS/AP_AHRS.h> // ArduPilot Mega DCM Library
|
||||||
|
Loading…
Reference in New Issue
Block a user