aboutsummaryrefslogtreecommitdiffstats
path: root/STM32L011x4.ld
diff options
context:
space:
mode:
Diffstat (limited to 'STM32L011x4.ld')
-rw-r--r--STM32L011x4.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/STM32L011x4.ld b/STM32L011x4.ld
index c583d02..5fec90f 100644
--- a/STM32L011x4.ld
+++ b/STM32L011x4.ld
@@ -79,6 +79,7 @@ REGION_ALIAS("DATA_RAM_LMA", flash0);
REGION_ALIAS("BSS_RAM", ram0);
/* RAM region to be used for the default heap.*/
+/* tcsullivan: Set to ram1 so bss reports actual size used. */
REGION_ALIAS("HEAP_RAM", ram1);
/* Generic rules inclusion.*/