AP_HAL: tidy AP_Airspeed includes, use AP_AIRSPEED_ENABLED properly

This commit is contained in:
Peter Barker 2023-06-09 15:58:29 +10:00 committed by Andrew Tridgell
parent c88a53b662
commit 6e0639ea91
1 changed files with 0 additions and 4 deletions

View File

@ -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