소스 검색

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

Conley 4 년 전
부모
커밋
afbfe8dee1
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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();
 }
 
 //*****************************************************************************