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

This commit is contained in:
gdisirio 2013-07-30 14:54:03 +00:00
parent 64403d8f18
commit 2c0ef77243
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
* setting also defines the system tick time unit. * setting also defines the system tick time unit.
*/ */
#if !defined(CH_CFG_FREQUENCY) || defined(__DOXYGEN__) #if !defined(CH_CFG_FREQUENCY) || defined(__DOXYGEN__)
#define CH_CFG_FREQUENCY 1000 #define CH_CFG_FREQUENCY 10000
#endif #endif
/** /**
@ -53,7 +53,7 @@
* this value. * this value.
*/ */
#if !defined(CH_CFG_TIMEDELTA) || defined(__DOXYGEN__) #if !defined(CH_CFG_TIMEDELTA) || defined(__DOXYGEN__)
#define CH_CFG_TIMEDELTA 0 #define CH_CFG_TIMEDELTA 2
#endif #endif
/** /**