aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-30 14:54:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-30 14:54:03 +0000
commit2c0ef77243a78e374c60b01dae1bd02057d7f12d (patch)
treee18547471be2ceecf47259d17d3751cc06dcaafd
parent64403d8f188725bc5814813371382bc148956a83 (diff)
downloadChibiOS-2c0ef77243a78e374c60b01dae1bd02057d7f12d.tar.gz
ChibiOS-2c0ef77243a78e374c60b01dae1bd02057d7f12d.tar.bz2
ChibiOS-2c0ef77243a78e374c60b01dae1bd02057d7f12d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6050 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--demos/ARMCM4-STM32F303-DISCOVERY/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARMCM4-STM32F303-DISCOVERY/chconf.h b/demos/ARMCM4-STM32F303-DISCOVERY/chconf.h
index 31fcff51c..5671e9038 100644
--- a/demos/ARMCM4-STM32F303-DISCOVERY/chconf.h
+++ b/demos/ARMCM4-STM32F303-DISCOVERY/chconf.h
@@ -41,7 +41,7 @@
* setting also defines the system tick time unit.
*/
#if !defined(CH_CFG_FREQUENCY) || defined(__DOXYGEN__)
-#define CH_CFG_FREQUENCY 1000
+#define CH_CFG_FREQUENCY 10000
#endif
/**
@@ -53,7 +53,7 @@
* this value.
*/
#if !defined(CH_CFG_TIMEDELTA) || defined(__DOXYGEN__)
-#define CH_CFG_TIMEDELTA 0
+#define CH_CFG_TIMEDELTA 2
#endif
/**