Quellcode durchsuchen

remove old code.

aozima vor 12 Jahren
Ursprung
Commit
fcf581ea3d
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  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();