mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
HAL_ChibiOS: disable debug code for FMUv5
This commit is contained in:
parent
2424e38ed2
commit
ab946b5d76
@ -251,10 +251,10 @@ define HAL_COMPASS_DEFAULT HAL_COMPASS_NONE
|
||||
|
||||
DMA_PRIORITY SDMMC* UART8* ADC* SPI* TIM*
|
||||
|
||||
define CH_DBG_ENABLE_ASSERTS TRUE
|
||||
define CH_DBG_ENABLE_CHECKS TRUE
|
||||
define CH_DBG_SYSTEM_STATE_CHECK TRUE
|
||||
define CH_DBG_ENABLE_STACK_CHECK TRUE
|
||||
#define CH_DBG_ENABLE_ASSERTS TRUE
|
||||
#define CH_DBG_ENABLE_CHECKS TRUE
|
||||
#define CH_DBG_SYSTEM_STATE_CHECK TRUE
|
||||
#define CH_DBG_ENABLE_STACK_CHECK TRUE
|
||||
|
||||
# define HAL_SPI_CHECK_CLOCK_FREQ 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user