mirror of https://github.com/ArduPilot/ardupilot
Sub: Remove unused AP_Airspeed library dependency
This commit is contained in:
parent
6806989d86
commit
4fb5a90446
|
@ -61,7 +61,6 @@
|
|||
#include <AP_ServoRelayEvents/AP_ServoRelayEvents.h>
|
||||
#include <AP_Camera/AP_Camera.h> // Photo or video camera
|
||||
#include <AP_Mount/AP_Mount.h> // Camera/Antenna mount
|
||||
#include <AP_Airspeed/AP_Airspeed.h> // needed for AHRS build
|
||||
#include <AP_Vehicle/AP_Vehicle.h> // needed for AHRS build
|
||||
#include <AP_InertialNav/AP_InertialNav.h> // ArduPilot Mega inertial navigation library
|
||||
#include <AC_WPNav/AC_WPNav.h> // Waypoint navigation library
|
||||
|
|
|
@ -30,7 +30,6 @@ LIBRARIES += AP_Relay
|
|||
LIBRARIES += AP_ServoRelayEvents
|
||||
LIBRARIES += AP_Camera
|
||||
LIBRARIES += AP_Mount
|
||||
LIBRARIES += AP_Airspeed
|
||||
LIBRARIES += AP_Vehicle
|
||||
LIBRARIES += AP_InertialNav
|
||||
LIBRARIES += AC_WPNav
|
||||
|
|
Loading…
Reference in New Issue