Merge pull request #397 from pangweishen/master

RT_TIMER_TICK_PER_SECOND in rtconfig.h for softtime scheduler is not used.
This commit is contained in:
Bernard Xiong 2014-12-23 15:30:02 +08:00
commit 9a1126e4a4
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@
/* #define RT_USING_TIMER_SOFT */
#define RT_TIMER_THREAD_PRIO 4
#define RT_TIMER_THREAD_STACK_SIZE 512
#define RT_TIMER_TICK_PER_SECOND 10
/* SECTION: IPC */
/* Using Semaphore*/