From fcf581ea3d1afa284b9ff06de619637fcbc0bdd4 Mon Sep 17 00:00:00 2001 From: aozima Date: Wed, 20 Feb 2013 10:20:40 +0800 Subject: [PATCH] remove old code. --- bsp/stm32f20x/applications/startup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/bsp/stm32f20x/applications/startup.c b/bsp/stm32f20x/applications/startup.c index 15879299aa..dd9969168d 100644 --- a/bsp/stm32f20x/applications/startup.c +++ b/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(); -- GitLab