AP_HAL: add define AP_TEST_DRONECAN_DRIVERS

This commit is contained in:
bugobliterator 2023-01-10 00:33:30 +11:00 committed by Andrew Tridgell
parent 7e660c2e74
commit 310a307c10

View File

@ -222,6 +222,10 @@
#define HAL_ENABLE_LIBUAVCAN_DRIVERS HAL_CANMANAGER_ENABLED
#endif
#ifndef AP_TEST_DRONECAN_DRIVERS
#define AP_TEST_DRONECAN_DRIVERS 0
#endif
#ifndef AP_AIRSPEED_BACKEND_DEFAULT_ENABLED
#define AP_AIRSPEED_BACKEND_DEFAULT_ENABLED 1
#endif