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:
parent
64403d8f18
commit
2c0ef77243
|
@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue