提交 631220eb 编写于 作者: R RT-Thread 提交者: Gitee

!69 解决bsp/tm4c129在gcc开发环境下无法startup问题

Merge pull request !69 from 上大人孔乙己/fix/tm4c129-startup
......@@ -217,8 +217,7 @@ extern uint32_t _ebss;
// application.
//
//*****************************************************************************
void
ResetISR(void)
void ResetISR(void)
{
uint32_t *pui32Src, *pui32Dest;
......@@ -261,7 +260,8 @@ ResetISR(void)
//
// Call the application's entry point.
//
main();
extern int entry(void);
entry();
}
//*****************************************************************************
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册