mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -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
|
||||
#endif
|
||||
|
||||
#ifndef HAL_WITH_UAVCAN
|
||||
#define HAL_WITH_UAVCAN 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_HAVE_BOARD_VOLTAGE
|
||||
#define HAL_HAVE_BOARD_VOLTAGE 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user