mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 01:28:29 -04:00
AP_HAL: default to not UAVCAN support for chibios boards
This commit is contained in:
parent
d539a157b7
commit
5bcbc4c142
@ -21,6 +21,10 @@
|
|||||||
#define HAL_GPIO_LED_OFF HIGH
|
#define HAL_GPIO_LED_OFF HIGH
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAL_WITH_UAVCAN
|
||||||
|
#define HAL_WITH_UAVCAN 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAL_HAVE_BOARD_VOLTAGE
|
#ifndef HAL_HAVE_BOARD_VOLTAGE
|
||||||
#define HAL_HAVE_BOARD_VOLTAGE 0
|
#define HAL_HAVE_BOARD_VOLTAGE 0
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user