From 8281bcaca337966ba823dbb5d48f9f4e9c1d3870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Fri, 17 Apr 2020 22:38:59 +0200 Subject: [PATCH] Fix CPU specifier in startup assembly file (This had no bad effect, because it was overrriden by the compiler falgs which are correct) --- stm-firmware/boot/startup_stm32f4xx.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm-firmware/boot/startup_stm32f4xx.S b/stm-firmware/boot/startup_stm32f4xx.S index 9096057..0b9c10a 100644 --- a/stm-firmware/boot/startup_stm32f4xx.S +++ b/stm-firmware/boot/startup_stm32f4xx.S @@ -31,7 +31,7 @@ */ .syntax unified - .cpu cortex-m3 + .cpu cortex-m4 .fpu softvfp .thumb