aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-29 09:33:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-29 09:33:20 +0000
commitf82ab2d27e3ffa201f9ab547a5750caf4b6c6c0e (patch)
treed38ab7fbbd80b02a5f656984ffeb8878a7ecb0eb
parentf20b97abe74cfbb1f28ef70043cf718fbebf4fa4 (diff)
downloadChibiOS-f82ab2d27e3ffa201f9ab547a5750caf4b6c6c0e.tar.gz
ChibiOS-f82ab2d27e3ffa201f9ab547a5750caf4b6c6c0e.tar.bz2
ChibiOS-f82ab2d27e3ffa201f9ab547a5750caf4b6c6c0e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@119 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--src/templates/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/chconf.h b/src/templates/chconf.h
index d8f0f9ae4..187eb2373 100644
--- a/src/templates/chconf.h
+++ b/src/templates/chconf.h
@@ -138,11 +138,11 @@
/** Configuration option: Frequency of the system timer that drives the system
* ticks. This also defines the system time unit.*/
-#define CH_FREQUENCY 100
+#define CH_FREQUENCY 1000
/** Configuration option: This constant is the number of ticks allowed for the
* threads before preemption occurs.*/
-#define CH_TIME_QUANTUM 10
+#define CH_TIME_QUANTUM 20
/** Configuration option: Defines a CPU register to be used as storage for the
* global \p currp variable. Caching this variable in a register can greatly