HAL_ChibiOS: added commented block on enable debug for builds

This commit is contained in:
Andrew Tridgell 2018-03-02 21:39:14 +11:00
parent 556f3ba53f
commit 0cd6c9e5fb

View File

@ -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