mirror of https://github.com/ARMmbed/mbed-os.git
heap and stack test
parent
10704ccf46
commit
e417e20436
|
@ -227,4 +227,5 @@ SECTIONS
|
|||
__StackTop = ORIGIN(RAM) + LENGTH(RAM);
|
||||
__StackLimit = __StackTop - SIZEOF(.stack);
|
||||
PROVIDE(__stack = __StackTop);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue