Fix typo in linker script

This commit is contained in:
Mario Hüttel 2021-03-14 20:08:52 +01:00
parent 0fc35db53d
commit d1b8e91674

View File

@ -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 */