系统类增加静态内存大小,用于定位堆底位置
This commit is contained in:
parent
6b23513c45
commit
c94e1eef0b
1
Sys.cpp
1
Sys.cpp
|
@ -189,6 +189,7 @@ TSys::TSys()
|
||||||
|
|
||||||
InitHeapStack(RAMSize);
|
InitHeapStack(RAMSize);
|
||||||
#endif
|
#endif
|
||||||
|
RAM = (uint)&__heap_base;
|
||||||
|
|
||||||
StartTime = 0;
|
StartTime = 0;
|
||||||
OnTick = NULL;
|
OnTick = NULL;
|
||||||
|
|
Loading…
Reference in New Issue