mirror of https://github.com/ArduPilot/ardupilot
AP_Motors: remove unused AP_ADC_AnalogSource
This commit is contained in:
parent
3818a8a703
commit
c9d1456a66
|
@ -24,7 +24,6 @@
|
|||
#include <AP_Declination/AP_Declination.h>
|
||||
#include <AP_Airspeed/AP_Airspeed.h>
|
||||
#include <AP_Vehicle/AP_Vehicle.h>
|
||||
#include <AP_ADC_AnalogSource/AP_ADC_AnalogSource.h>
|
||||
#include <AP_Mission/AP_Mission.h>
|
||||
#include <StorageManager/StorageManager.h>
|
||||
#include <AP_Terrain/AP_Terrain.h>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
LIBRARIES += AP_ADC
|
||||
LIBRARIES += AP_ADC_AnalogSource
|
||||
LIBRARIES += AP_AHRS
|
||||
LIBRARIES += AP_Airspeed
|
||||
LIBRARIES += AP_Baro
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <AP_Declination/AP_Declination.h>
|
||||
#include <AP_Airspeed/AP_Airspeed.h>
|
||||
#include <AP_Vehicle/AP_Vehicle.h>
|
||||
#include <AP_ADC_AnalogSource/AP_ADC_AnalogSource.h>
|
||||
#include <AP_Mission/AP_Mission.h>
|
||||
#include <StorageManager/StorageManager.h>
|
||||
#include <AP_Terrain/AP_Terrain.h>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
LIBRARIES += AP_ADC
|
||||
LIBRARIES += AP_ADC_AnalogSource
|
||||
LIBRARIES += AP_AHRS
|
||||
LIBRARIES += AP_Airspeed
|
||||
LIBRARIES += AP_Baro
|
||||
|
|
Loading…
Reference in New Issue