fix compiling error.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@544 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2010-03-25 15:19:42 +00:00
parent 474d3b8056
commit e8cc40b3ec
4 changed files with 13 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ int _tc_timer_static()
return 100;
}
/* 输出函数命令到finsh shell中 */
FINSH_FUNCTION_EXPORT(_tc_timer_static, a simple timer example);
FINSH_FUNCTION_EXPORT(_tc_timer_static, a static timer example);
#else
/* 用户应用入口 */
int rt_application_init()