From 1bc6cdc08686a8c16cf2d5346cfd2568f1ee12af Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 4 Jun 2016 17:20:56 +0000 Subject: Fixed STM32F207 Makefiles git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9579 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/RT-STM32F207ZG-NUCLEO144/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/STM32/RT-STM32F207ZG-NUCLEO144/Makefile b/demos/STM32/RT-STM32F207ZG-NUCLEO144/Makefile index a51b504d7..fd62157c5 100644 --- a/demos/STM32/RT-STM32F207ZG-NUCLEO144/Makefile +++ b/demos/STM32/RT-STM32F207ZG-NUCLEO144/Makefile @@ -156,7 +156,7 @@ INCDIR = $(CHIBIOS)/os/license \ # Compiler settings # -MCU = cortex-m4 +MCU = cortex-m3 #TRGT = arm-elf- TRGT = arm-none-eabi- -- cgit v1.2.3