mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: tidy AP_Airspeed includes, use AP_AIRSPEED_ENABLED properly
This commit is contained in:
parent
c88a53b662
commit
6e0639ea91
|
@ -225,10 +225,6 @@
|
|||
#define AP_TEST_DRONECAN_DRIVERS 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_AIRSPEED_BACKEND_DEFAULT_ENABLED
|
||||
#define AP_AIRSPEED_BACKEND_DEFAULT_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBDL
|
||||
#define AP_MODULE_SUPPORTED 1
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue