Skip to content

Commit cabc3aa

Browse files
committed
Merge branch 'stm32-loader-linkers' of https://github.com/hierophect/circuitpython into stm32-loader-linkers
2 parents 41aefc8 + f38e12f commit cabc3aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ports/stm32f4/boards/STM32F405_boot.ld

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ MEMORY
1717
_minimum_stack_size = 2K;
1818
_minimum_heap_size = 16K;
1919

20-
/* Define tho top end of the stack. The stack is full descending so begins just
20+
/* Define the top end of the stack. The stack is full descending so begins just
2121
above last byte of RAM. Note that EABI requires the stack to be 8-byte
2222
aligned for a call. */
2323
_estack = ORIGIN(RAM) + LENGTH(RAM);
@@ -105,4 +105,3 @@ SECTIONS
105105
.ARM.attributes 0 : { *(.ARM.attributes) }
106106
}
107107

108-

0 commit comments

Comments
 (0)