Update ports/stm32f4/boards/STM32F405_boot.ld

Co-Authored-By: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
hierophect 2020-01-31 13:56:08 -05:00 committed by GitHub
parent a10e5d1da2
commit f38e12f0ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ MEMORY
_minimum_stack_size = 2K;
_minimum_heap_size = 16K;
/* Define tho top end of the stack. The stack is full descending so begins just
/* Define the top end of the stack. The stack is full descending so begins just
above last byte of RAM. Note that EABI requires the stack to be 8-byte
aligned for a call. */
_estack = ORIGIN(RAM) + LENGTH(RAM);
@ -105,4 +105,3 @@ SECTIONS
.ARM.attributes 0 : { *(.ARM.attributes) }
}