mirror of https://github.com/ArduPilot/ardupilot
AP_BoardConfig: allow override of BRD_SAFETYENABLE default
This commit is contained in:
parent
130f26c49a
commit
8d9c9d9130
|
@ -32,7 +32,9 @@
|
|||
#endif
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
|
||||
#ifndef BOARD_SAFETY_ENABLE_DEFAULT
|
||||
# define BOARD_SAFETY_ENABLE_DEFAULT 1
|
||||
#endif
|
||||
#ifndef BOARD_SER1_RTSCTS_DEFAULT
|
||||
# define BOARD_SER1_RTSCTS_DEFAULT 2
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue