mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_HAL: add define AP_TEST_DRONECAN_DRIVERS
This commit is contained in:
parent
7e660c2e74
commit
310a307c10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user