aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32L4xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-02-28 09:28:23 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-02-28 09:28:23 +0000
commita7281b1cd592e48e6d9dd287de0d29004ab11b40 (patch)
tree58e0976b26354506d55ea96e499889f48c61ba9c /testhal/STM32/STM32L4xx
parent552a01b5d971111bb52d66e87d63ba5f0e607aed (diff)
downloadChibiOS-a7281b1cd592e48e6d9dd287de0d29004ab11b40.tar.gz
ChibiOS-a7281b1cd592e48e6d9dd287de0d29004ab11b40.tar.bz2
ChibiOS-a7281b1cd592e48e6d9dd287de0d29004ab11b40.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10113 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx')
-rw-r--r--testhal/STM32/STM32L4xx/USB_CDC/chconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/STM32L4xx/USB_CDC/chconf.h b/testhal/STM32/STM32L4xx/USB_CDC/chconf.h
index ad6b53ade..4c06d1f03 100644
--- a/testhal/STM32/STM32L4xx/USB_CDC/chconf.h
+++ b/testhal/STM32/STM32L4xx/USB_CDC/chconf.h
@@ -328,7 +328,7 @@
*
* @note The default is @p FALSE.
*/
-#define CH_DBG_SYSTEM_STATE_CHECK FALSE
+#define CH_DBG_SYSTEM_STATE_CHECK TRUE
/**
* @brief Debug option, parameters checks.
@@ -337,7 +337,7 @@
*
* @note The default is @p FALSE.
*/
-#define CH_DBG_ENABLE_CHECKS FALSE
+#define CH_DBG_ENABLE_CHECKS TRUE
/**
* @brief Debug option, consistency checks.
@@ -347,7 +347,7 @@
*
* @note The default is @p FALSE.
*/
-#define CH_DBG_ENABLE_ASSERTS FALSE
+#define CH_DBG_ENABLE_ASSERTS TRUE
/**
* @brief Debug option, trace buffer.