Skip to content

Commit afbfe8d

Browse files
committed
[FIX] 解决tm4c129 gcc 环境下startup的bug
1 parent e74519f commit afbfe8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bsp/tm4c129x/libraries/startup/startup_gcc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,6 @@ void ResetISR(void)
262262
//
263263
extern int entry(void);
264264
entry();
265-
/*rtthread_startup();*/
266-
main();
267265
}
268266

269267
//*****************************************************************************

0 commit comments

Comments
 (0)