diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-04-27 12:47:52 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-04-27 12:47:52 -0500 |
| commit | 7eff89e9f9da1181a54e8bc731dcdcba4f9ad6b1 (patch) | |
| tree | 15ad17640db0132afbd7314745ec36ed0629bd79 /ports/stm/boards/common_default.ld | |
| parent | 85a4dd939f282ce8739f24aaf420505a590593cb (diff) | |
linker scripts: Re-align at ":"
With "git show -b" you can verify that this is a whitespace only change
because the diff will be empty.
Diffstat (limited to 'ports/stm/boards/common_default.ld')
| -rw-r--r-- | ports/stm/boards/common_default.ld | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ports/stm/boards/common_default.ld b/ports/stm/boards/common_default.ld index fb8c68a78..ade3571a5 100644 --- a/ports/stm/boards/common_default.ld +++ b/ports/stm/boards/common_default.ld @@ -1,14 +1,14 @@ /* Memory layout for default case. - FLASH_ISR .isr_vector + FLASH_ISR .isr_vector FLASH_FIRMWARE .text FLASH_FIRMWARE .data - FLASH_FS // ignored for fs use + FLASH_FS // ignored for fs use - RAM .data - RAM .bss - RAM .heap - RAM .stack + RAM .data + RAM .bss + RAM .heap + RAM .stack */ ENTRY(Reset_Handler) |
