From 6806989d862a14c21412a00920300c0317b68e3d Mon Sep 17 00:00:00 2001 From: Jacob Walser Date: Thu, 13 Apr 2017 14:17:18 -0400 Subject: [PATCH] Sub: Remove unused AP_ADC library dependency --- ArduSub/Sub.h | 1 - ArduSub/make.inc | 1 - 2 files changed, 2 deletions(-) diff --git a/ArduSub/Sub.h b/ArduSub/Sub.h index a139d04b47..f27f306290 100644 --- a/ArduSub/Sub.h +++ b/ArduSub/Sub.h @@ -38,7 +38,6 @@ #include // Serial manager library #include // ArduPilot GPS library #include // ArduPilot Mega Flash Memory Library -#include // ArduPilot Mega Analog to Digital Converter Library #include #include // ArduPilot Mega Magnetometer Library #include // ArduPilot Mega Vector/Matrix math Library diff --git a/ArduSub/make.inc b/ArduSub/make.inc index f1e0e1a5dd..f9281f40fe 100644 --- a/ArduSub/make.inc +++ b/ArduSub/make.inc @@ -6,7 +6,6 @@ LIBRARIES += GCS_MAVLink LIBRARIES += AP_SerialManager LIBRARIES += AP_GPS LIBRARIES += DataFlash -LIBRARIES += AP_ADC LIBRARIES += AP_Baro LIBRARIES += AP_Compass LIBRARIES += AP_Math