提交 a30661eb 编写于 作者: B bernard.xiong

remove the unnecessary variable.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1630 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 1b9e80dc
......@@ -94,15 +94,13 @@ void rtthread_startup(void)
/* never reach here */
return ;
}
}
#ifdef __CC_ARM
int main(void)
{
rt_uint32_t UNUSED level;
{
/* disable interrupt first */
level = rt_hw_interrupt_disable();
rt_hw_interrupt_disable();
/* invoke rtthread_startup */
rtthread_startup();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册