mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: Use HAL_ENABLE_CANMANAGER instead of HAL_ENABLE_LIBUAVCAN_DRIVERS
This commit is contained in:
parent
ee22747b48
commit
5acce3055f
|
@ -224,8 +224,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef HAL_ENABLE_LIBUAVCAN_DRIVERS
|
||||
#define HAL_ENABLE_LIBUAVCAN_DRIVERS (HAL_MAX_CAN_PROTOCOL_DRIVERS > 0) && !defined(HAL_BUILD_AP_PERIPH)
|
||||
#ifndef HAL_ENABLE_CANMANAGER
|
||||
#define HAL_ENABLE_CANMANAGER (HAL_MAX_CAN_PROTOCOL_DRIVERS > 0) && !defined(HAL_BUILD_AP_PERIPH)
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBDL
|
||||
|
|
Loading…
Reference in New Issue