git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@119 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2007-11-29 09:33:20 +00:00
parent f20b97abe7
commit f82ab2d27e
1 changed files with 2 additions and 2 deletions

View File

@ -138,11 +138,11 @@
/** Configuration option: Frequency of the system timer that drives the system /** Configuration option: Frequency of the system timer that drives the system
* ticks. This also defines the system time unit.*/ * 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 /** Configuration option: This constant is the number of ticks allowed for the
* threads before preemption occurs.*/ * 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 /** 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 * global \p currp variable. Caching this variable in a register can greatly