aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/chconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-12-19 10:05:14 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-12-19 10:05:14 +0000
commit459e31fac9f2c77284f59aa4cd107d95060d9ba8 (patch)
treea9024ba12e1e9f44ec769a75ad820cf17a177dcd /demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/chconf.h
parent20c2e7e4c4b48c1686f85482594d7a4ffedd570c (diff)
downloadChibiOS-459e31fac9f2c77284f59aa4cd107d95060d9ba8.tar.gz
ChibiOS-459e31fac9f2c77284f59aa4cd107d95060d9ba8.tar.bz2
ChibiOS-459e31fac9f2c77284f59aa4cd107d95060d9ba8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9970 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/chconf.h')
-rw-r--r--demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/chconf.h b/demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/chconf.h
index ad6b53ade..0f3ef50d3 100644
--- a/demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/chconf.h
+++ b/demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/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 10000
+#define CH_CFG_ST_FREQUENCY 1000
/**
* @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 2
+#define CH_CFG_ST_TIMEDELTA 0
/** @} */