aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F103RB-NUCLEO64/chconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-27 16:10:30 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-27 16:10:30 +0000
commitaebe7d83a55d5db9911b6dccd3a76259982bdcc6 (patch)
tree314a51eea1e1d363ea65d573c174002c842b2279 /demos/STM32/RT-STM32F103RB-NUCLEO64/chconf.h
parent71ccd7eb14c4cb3cc4362feda7adc19ec2fd0ff8 (diff)
downloadChibiOS-aebe7d83a55d5db9911b6dccd3a76259982bdcc6.tar.gz
ChibiOS-aebe7d83a55d5db9911b6dccd3a76259982bdcc6.tar.bz2
ChibiOS-aebe7d83a55d5db9911b6dccd3a76259982bdcc6.zip
Various fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11080 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F103RB-NUCLEO64/chconf.h')
-rw-r--r--demos/STM32/RT-STM32F103RB-NUCLEO64/chconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/STM32/RT-STM32F103RB-NUCLEO64/chconf.h b/demos/STM32/RT-STM32F103RB-NUCLEO64/chconf.h
index c903d71e6..60b0d1036 100644
--- a/demos/STM32/RT-STM32F103RB-NUCLEO64/chconf.h
+++ b/demos/STM32/RT-STM32F103RB-NUCLEO64/chconf.h
@@ -49,7 +49,7 @@
* @details Frequency of the system timer that drives the system ticks. This
* setting also defines the system tick time unit.
*/
-#define CH_CFG_ST_FREQUENCY 1000
+#define CH_CFG_ST_FREQUENCY 2000
/**
* @brief Time intervals data size.
@@ -400,7 +400,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.
@@ -409,7 +409,7 @@
*
* @note The default is @p FALSE.
*/
-#define CH_DBG_ENABLE_CHECKS FALSE
+#define CH_DBG_ENABLE_CHECKS TRUE
/**
* @brief Debug option, consistency checks.