소스 검색

remove old code.

aozima 12 년 전
부모
커밋
fcf581ea3d
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      bsp/stm32f20x/applications/startup.c

+ 0 - 3
bsp/stm32f20x/applications/startup.c

@@ -137,9 +137,6 @@ int main(void)
 	/* disable interrupt first */
 	rt_hw_interrupt_disable();
 
-	/* init system setting */
-	SystemInit();
-
 	/* startup RT-Thread RTOS */
 	rtthread_startup();