diff options
Diffstat (limited to 'ports/stm/boards/common_tcm.ld')
| -rw-r--r-- | ports/stm/boards/common_tcm.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm/boards/common_tcm.ld b/ports/stm/boards/common_tcm.ld index 1a41853fe..9e677862d 100644 --- a/ports/stm/boards/common_tcm.ld +++ b/ports/stm/boards/common_tcm.ld @@ -133,7 +133,7 @@ SECTIONS . += _ld_default_stack_size; } > DTCM _ld_stack_top = ORIGIN(DTCM) + LENGTH(DTCM); - + .ARM.attributes 0 : { *(.ARM.attributes) } } |
