Browse Source

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

pangwei 10 years ago
parent
commit
3c1c093230
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bsp/stm32f40x/rtconfig.h

+ 0 - 1
bsp/stm32f40x/rtconfig.h

@@ -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*/