Skip to content

Commit db54c21

Browse files
heap and stack test
1 parent daea440 commit db54c21

File tree

1 file changed

+1
-0
lines changed
  • hal/targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/TOOLCHAIN_GCC_ARM

1 file changed

+1
-0
lines changed

hal/targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/TOOLCHAIN_GCC_ARM/NCS36510.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,5 @@ SECTIONS
227227
__StackTop = ORIGIN(RAM) + LENGTH(RAM);
228228
__StackLimit = __StackTop - SIZEOF(.stack);
229229
PROVIDE(__stack = __StackTop);
230+
230231
}

0 commit comments

Comments
 (0)