diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-03 14:43:31 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-03 14:43:31 +0000 |
commit | 87b0c973d866ab901d0cc17de7e717f3e97c35e3 (patch) | |
tree | 282bb391eb16e96fae776e7faf8cbb1d413a1a53 | |
parent | 5ab3a4a73e1051d8c1461e3db53971469cf7fff9 (diff) | |
download | ChibiOS-87b0c973d866ab901d0cc17de7e717f3e97c35e3.tar.gz ChibiOS-87b0c973d866ab901d0cc17de7e717f3e97c35e3.tar.bz2 ChibiOS-87b0c973d866ab901d0cc17de7e717f3e97c35e3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8153 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h b/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h index df10583ab..0077dbe65 100644 --- a/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h +++ b/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h @@ -46,7 +46,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.
@@ -56,7 +56,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
/** @} */
|