Skip to content

Commit f38e12f

Browse files
hierophecttannewt
andauthored
Update ports/stm32f4/boards/STM32F405_boot.ld
Co-Authored-By: Scott Shawcroft <[email protected]>
1 parent a10e5d1 commit f38e12f

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)