From b12f6bbdee29d01e27995bebcce3be82e7e8e308 Mon Sep 17 00:00:00 2001 From: aozima Date: Fri, 12 Jul 2013 23:28:24 +0800 Subject: [PATCH] cleanup code. --- bsp/stm32f10x/applications/startup.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bsp/stm32f10x/applications/startup.c b/bsp/stm32f10x/applications/startup.c index d8deeedb86..25d947dae9 100644 --- a/bsp/stm32f10x/applications/startup.c +++ b/bsp/stm32f10x/applications/startup.c @@ -62,12 +62,6 @@ void rtthread_startup(void) /* show version */ rt_show_version(); - /* init kernel object */ - rt_system_object_init(); - - /* init timer system */ - rt_system_timer_init(); - #ifdef RT_USING_HEAP #if STM32_EXT_SRAM rt_system_heap_init((void*)STM32_EXT_SRAM_BEGIN, (void*)STM32_EXT_SRAM_END); -- GitLab