mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: disable paranoid checks for fmuv5
This commit is contained in:
parent
a945c97ec6
commit
a1c97d0585
|
@ -245,10 +245,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