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

This commit is contained in:
Conley
2020-11-25 15:51:55 +00:00
parent e74519f5c1
commit afbfe8dee1

View File

@@ -262,8 +262,6 @@ void ResetISR(void)
//
extern int entry(void);
entry();
/*rtthread_startup();*/
main();
}
//*****************************************************************************