From d1b8e916747db3731517f5175ccb6547f9d80f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 14 Mar 2021 20:08:52 +0100 Subject: [PATCH] Fix typo in linker script --- stm-firmware/stm32f407vet6_flash.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm-firmware/stm32f407vet6_flash.ld b/stm-firmware/stm32f407vet6_flash.ld index 11edd5d..cce71be 100644 --- a/stm-firmware/stm32f407vet6_flash.ld +++ b/stm-firmware/stm32f407vet6_flash.ld @@ -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 */