mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_BoardConfig: disable watchdog in examples
not a lot of use in example code
This commit is contained in:
parent
5a535b25e3
commit
174dc3b032
@ -63,7 +63,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAL_BRD_OPTIONS_DEFAULT
|
#ifndef HAL_BRD_OPTIONS_DEFAULT
|
||||||
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
|
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS && !APM_BUILD_TYPE(APM_BUILD_UNKNOWN)
|
||||||
#define HAL_BRD_OPTIONS_DEFAULT BOARD_OPTION_WATCHDOG
|
#define HAL_BRD_OPTIONS_DEFAULT BOARD_OPTION_WATCHDOG
|
||||||
#else
|
#else
|
||||||
#define HAL_BRD_OPTIONS_DEFAULT 0
|
#define HAL_BRD_OPTIONS_DEFAULT 0
|
||||||
|
Loading…
Reference in New Issue
Block a user