Browse Source

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

Conley 4 years ago
parent
commit
afbfe8dee1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      bsp/tm4c129x/libraries/startup/startup_gcc.c

+ 0 - 2
bsp/tm4c129x/libraries/startup/startup_gcc.c

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