git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1000 bbd45198-f89e-11dd-88c7-29a3b14d5316

This commit is contained in:
jiaojinxing1987@gmail.com 2010-10-04 09:02:45 +00:00
parent ffa3341d41
commit bd144ed23a
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ void rtthread_startup(void)
#ifdef __CC_ARM #ifdef __CC_ARM
rt_system_heap_init((void*)&Image$$ER_ZI$$ZI$$Limit, (void*)0x34000000); rt_system_heap_init((void*)&Image$$ER_ZI$$ZI$$Limit, (void*)0x34000000);
#else #else
rt_system_heap_init((void*)0x33000000, (void*)0x34000000); rt_system_heap_init((void*)0x32000000, (void*)0x34000000);
#endif #endif
/* init scheduler system */ /* init scheduler system */