aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32L4xx/QSPI-N25Q128/chconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-05-22 19:22:31 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-05-22 19:22:31 +0000
commita75275648e5410c1698855300b157d48ac2ad7ad (patch)
tree4aac3d8c9c5e404e2f8caf9ec2ada9159d3d5648 /testhal/STM32/STM32L4xx/QSPI-N25Q128/chconf.h
parentcc4cde9bd020c7c9be2badc95bcaf0b69c1b38f3 (diff)
downloadChibiOS-a75275648e5410c1698855300b157d48ac2ad7ad.tar.gz
ChibiOS-a75275648e5410c1698855300b157d48ac2ad7ad.tar.bz2
ChibiOS-a75275648e5410c1698855300b157d48ac2ad7ad.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9500 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/QSPI-N25Q128/chconf.h')
-rw-r--r--testhal/STM32/STM32L4xx/QSPI-N25Q128/chconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/STM32L4xx/QSPI-N25Q128/chconf.h b/testhal/STM32/STM32L4xx/QSPI-N25Q128/chconf.h
index ad6b53ade..4c06d1f03 100644
--- a/testhal/STM32/STM32L4xx/QSPI-N25Q128/chconf.h
+++ b/testhal/STM32/STM32L4xx/QSPI-N25Q128/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.