浏览代码

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();