mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
AP_HAL: allow backends to be compiled out
This commit is contained in:
parent
4b95ad12bf
commit
f934854a0c
@ -228,6 +228,10 @@
|
|||||||
#define HAL_ENABLE_LIBUAVCAN_DRIVERS HAL_CANMANAGER_ENABLED
|
#define HAL_ENABLE_LIBUAVCAN_DRIVERS HAL_CANMANAGER_ENABLED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef AP_AIRSPEED_BACKEND_DEFAULT_ENABLED
|
||||||
|
#define AP_AIRSPEED_BACKEND_DEFAULT_ENABLED 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LIBDL
|
#ifdef HAVE_LIBDL
|
||||||
#define AP_MODULE_SUPPORTED 1
|
#define AP_MODULE_SUPPORTED 1
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user