RT_TIMER_TICK_PER_SECOND in rtconfig.h for softtime scheduler ,maybe is not used.

This commit is contained in:
pangwei 2014-12-23 09:44:13 +08:00
parent d045053c81
commit 3c1c093230
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*/