提交 e74519f5 编写于 作者: C Conley

[FIX] 解决tm4c129 gcc 环境下startup的bug

上级 05777266
......@@ -217,8 +217,7 @@ extern uint32_t _ebss;
// application.
//
//*****************************************************************************
void
ResetISR(void)
void ResetISR(void)
{
uint32_t *pui32Src, *pui32Dest;
......@@ -261,6 +260,9 @@ ResetISR(void)
//
// Call the application's entry point.
//
extern int entry(void);
entry();
/*rtthread_startup();*/
main();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册