diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-31 15:07:56 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-31 15:07:56 +0000 |
commit | e47e9096bd7c396d1a3cef214fb2e3de5c43c64f (patch) | |
tree | ec48587da5b242bfbc9ec17567478c03132f66fb /demos | |
parent | e783e741f5951c0907ce0debec86cd266899a185 (diff) | |
download | ChibiOS-e47e9096bd7c396d1a3cef214fb2e3de5c43c64f.tar.gz ChibiOS-e47e9096bd7c396d1a3cef214fb2e3de5c43c64f.tar.bz2 ChibiOS-e47e9096bd7c396d1a3cef214fb2e3de5c43c64f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9191 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h b/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h index db649e544..d5e4bc387 100644 --- a/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h +++ b/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h @@ -48,7 +48,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 10000
/**
* @brief Time delta constant for the tick-less mode.
@@ -58,7 +58,7 @@ * The value one is not valid, timeouts are rounded up to
* this value.
*/
-#define CH_CFG_ST_TIMEDELTA 0
+#define CH_CFG_ST_TIMEDELTA 2
/** @} */
@@ -396,7 +396,7 @@ * @note This debug option is not currently compatible with the
* tickless mode.
*/
-#define CH_DBG_THREADS_PROFILING TRUE
+#define CH_DBG_THREADS_PROFILING FALSE
/** @} */
|