未验证 提交 c8870b42 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #2577 from yangjie11/stm32dev

[src/components.c]remove the repetitive rt_hw_interrupt_disable() fun…
......@@ -138,7 +138,6 @@ extern int $Super$$main(void);
/* re-define main function */
int $Sub$$main(void)
{
rt_hw_interrupt_disable();
rtthread_startup();
return 0;
}
......@@ -150,7 +149,6 @@ int __low_level_init(void)
{
// call IAR table copy function.
__iar_data_init3();
rt_hw_interrupt_disable();
rtthread_startup();
return 0;
}
......@@ -159,7 +157,6 @@ extern int main(void);
/* Add -eentry to arm-none-eabi-gcc argument */
int entry(void)
{
rt_hw_interrupt_disable();
rtthread_startup();
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册