mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_BoardConfig: allow replay on ChibiOS
This commit is contained in:
parent
db86b95761
commit
f121c250ae
@ -64,7 +64,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef HAL_BRD_OPTIONS_DEFAULT
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS && !APM_BUILD_TYPE(APM_BUILD_UNKNOWN)
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS && !APM_BUILD_TYPE(APM_BUILD_UNKNOWN) && !APM_BUILD_TYPE(APM_BUILD_Replay)
|
||||
#define HAL_BRD_OPTIONS_DEFAULT BOARD_OPTION_WATCHDOG
|
||||
#else
|
||||
#define HAL_BRD_OPTIONS_DEFAULT 0
|
||||
|
Loading…
Reference in New Issue
Block a user