mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -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
|
||||
|
||||
#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
|
||||
#else
|
||||
#define HAL_BRD_OPTIONS_DEFAULT 0
|
||||
|
Loading…
Reference in New Issue
Block a user