提交 4fe0621c 编写于 作者: wuyangyong's avatar wuyangyong

update fm3.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1986 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 36c42a74
...@@ -33,7 +33,7 @@ extern const uint32_t SystemFrequency; ...@@ -33,7 +33,7 @@ extern const uint32_t SystemFrequency;
* This is the timer interrupt service routine. * This is the timer interrupt service routine.
* *
*/ */
void rt_hw_timer_handler(void) void SysTick_Handler(void)
{ {
/* enter interrupt */ /* enter interrupt */
rt_interrupt_enter(); rt_interrupt_enter();
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
#define __RTTHREAD_CFG_H__ #define __RTTHREAD_CFG_H__
/* RT_NAME_MAX*/ /* RT_NAME_MAX*/
#define RT_NAME_MAX 4 #define RT_NAME_MAX 8
/* RT_ALIGN_SIZE*/ /* RT_ALIGN_SIZE*/
#define RT_ALIGN_SIZE 4 #define RT_ALIGN_SIZE 8
/* PRIORITY_MAX */ /* PRIORITY_MAX */
#define RT_THREAD_PRIORITY_MAX 32 #define RT_THREAD_PRIORITY_MAX 32
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册