!69 解决bsp/tm4c129在gcc开发环境下无法startup问题
Merge pull request !69 from 上大人孔乙己/fix/tm4c129-startup
This commit is contained in:
commit
631220eb22
@ -217,8 +217,7 @@ extern uint32_t _ebss;
|
|||||||
// application.
|
// application.
|
||||||
//
|
//
|
||||||
//*****************************************************************************
|
//*****************************************************************************
|
||||||
void
|
void ResetISR(void)
|
||||||
ResetISR(void)
|
|
||||||
{
|
{
|
||||||
uint32_t *pui32Src, *pui32Dest;
|
uint32_t *pui32Src, *pui32Dest;
|
||||||
|
|
||||||
@ -261,7 +260,8 @@ ResetISR(void)
|
|||||||
//
|
//
|
||||||
// Call the application's entry point.
|
// Call the application's entry point.
|
||||||
//
|
//
|
||||||
main();
|
extern int entry(void);
|
||||||
|
entry();
|
||||||
}
|
}
|
||||||
|
|
||||||
//*****************************************************************************
|
//*****************************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user