Browse Source

Merge pull request #397 from pangweishen/master

RT_TIMER_TICK_PER_SECOND in rtconfig.h for softtime scheduler is not used.
Bernard Xiong 10 years ago
parent
commit
9a1126e4a4
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_USING_TIMER_SOFT */
 #define RT_TIMER_THREAD_PRIO		4
 #define RT_TIMER_THREAD_PRIO		4
 #define RT_TIMER_THREAD_STACK_SIZE	512
 #define RT_TIMER_THREAD_STACK_SIZE	512
-#define RT_TIMER_TICK_PER_SECOND	10
 
 
 /* SECTION: IPC */
 /* SECTION: IPC */
 /* Using Semaphore*/
 /* Using Semaphore*/