HAL_ChibiOS: added commented block on enable debug for builds
This commit is contained in:
parent
556f3ba53f
commit
0cd6c9e5fb
@ -465,4 +465,10 @@ define HAL_BATT_CURR_SCALE 17.0
|
||||
# this defines the default maximum clock on I2C devices.
|
||||
define HAL_I2C_MAX_CLOCK 100000
|
||||
|
||||
# uncomment the lines below to enable strict API
|
||||
# checking in ChibiOS
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user