Browse Source

AP_HAL: default to not UAVCAN support for chibios boards

master
Siddharth Purohit 7 years ago committed by Andrew Tridgell
parent
commit
5bcbc4c142
  1. 4
      libraries/AP_HAL/board/chibios.h

4
libraries/AP_HAL/board/chibios.h

@ -21,6 +21,10 @@ @@ -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…
Cancel
Save