cleanup code.
This commit is contained in:
parent
fc9d7926e2
commit
b12f6bbdee
@ -62,12 +62,6 @@ void rtthread_startup(void)
|
|||||||
/* show version */
|
/* show version */
|
||||||
rt_show_version();
|
rt_show_version();
|
||||||
|
|
||||||
/* init kernel object */
|
|
||||||
rt_system_object_init();
|
|
||||||
|
|
||||||
/* init timer system */
|
|
||||||
rt_system_timer_init();
|
|
||||||
|
|
||||||
#ifdef RT_USING_HEAP
|
#ifdef RT_USING_HEAP
|
||||||
#if STM32_EXT_SRAM
|
#if STM32_EXT_SRAM
|
||||||
rt_system_heap_init((void*)STM32_EXT_SRAM_BEGIN, (void*)STM32_EXT_SRAM_END);
|
rt_system_heap_init((void*)STM32_EXT_SRAM_BEGIN, (void*)STM32_EXT_SRAM_END);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user