Fix typo in linker script
This commit is contained in:
parent
0fc35db53d
commit
d1b8e91674
@ -29,7 +29,7 @@ __stack_corruption_area_size = 128;
|
||||
|
||||
/* END OF USER PARAMETERS */
|
||||
ENTRY(Reset_Handler)
|
||||
__ld_top_of_stack = 0x20020000; /* One byte above the end of the SRAM. Stack is pre-decrewmenting, so this is okay */
|
||||
__ld_top_of_stack = 0x20020000; /* One byte above the end of the SRAM. Stack is pre-decrementing, so this is okay */
|
||||
|
||||
|
||||
/* Available memory areas */
|
||||
|
Loading…
Reference in New Issue
Block a user