Browse Source

update fm3.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1986 bbd45198-f89e-11dd-88c7-29a3b14d5316
wuyangyong 13 years ago
parent
commit
4fe0621cc4
2 changed files with 3 additions and 3 deletions
  1. 1 1
      bsp/fm3/mb9bf506r/board.c
  2. 2 2
      bsp/fm3/mb9bf506r/rtconfig.h

+ 1 - 1
bsp/fm3/mb9bf506r/board.c

@@ -33,7 +33,7 @@ extern const uint32_t SystemFrequency;
  * This is the timer interrupt service routine.
  *
  */
-void rt_hw_timer_handler(void)
+void SysTick_Handler(void)
 {
 	/* enter interrupt */
 	rt_interrupt_enter();

+ 2 - 2
bsp/fm3/mb9bf506r/rtconfig.h

@@ -3,10 +3,10 @@
 #define __RTTHREAD_CFG_H__
 
 /* RT_NAME_MAX*/
-#define RT_NAME_MAX		4
+#define RT_NAME_MAX		        8
 
 /* RT_ALIGN_SIZE*/
-#define RT_ALIGN_SIZE	4
+#define RT_ALIGN_SIZE	        8
 
 /* PRIORITY_MAX */
 #define RT_THREAD_PRIORITY_MAX	32