Skip to content

Commit

Permalink
HAL_ChibiOS: disable paranoid checks for fmuv5
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jun 4, 2018
1 parent de7805d commit bebbd67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/AP_HAL_ChibiOS/hwdef/fmuv5/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bebbd67

Please sign in to comment.