Explorar o código

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

Conley %!s(int64=4) %!d(string=hai) anos
pai
achega
afbfe8dee1
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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();
 }
 
 //*****************************************************************************