[FIX] 解决tm4c129 gcc 环境下startup的bug
This commit is contained in:
parent
e74519f5c1
commit
afbfe8dee1
|
@ -262,8 +262,6 @@ void ResetISR(void)
|
||||||
//
|
//
|
||||||
extern int entry(void);
|
extern int entry(void);
|
||||||
entry();
|
entry();
|
||||||
/*rtthread_startup();*/
|
|
||||||
main();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//*****************************************************************************
|
//*****************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue