mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 01:22:37 +08:00
[FIX] 解决tm4c129 gcc 环境下startup的bug
This commit is contained in:
@@ -262,8 +262,6 @@ void ResetISR(void)
|
||||
//
|
||||
extern int entry(void);
|
||||
entry();
|
||||
/*rtthread_startup();*/
|
||||
main();
|
||||
}
|
||||
|
||||
//*****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user