diff options
Diffstat (limited to 'testhal/STM32/STM32F2xx/PWM-ICU')
-rw-r--r-- | testhal/STM32/STM32F2xx/PWM-ICU/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F2xx/PWM-ICU/Makefile b/testhal/STM32/STM32F2xx/PWM-ICU/Makefile index 0787f2188..1ca9b821a 100644 --- a/testhal/STM32/STM32F2xx/PWM-ICU/Makefile +++ b/testhal/STM32/STM32F2xx/PWM-ICU/Makefile @@ -156,7 +156,7 @@ INCDIR = $(CHIBIOS)/os/license \ # Compiler settings
#
-MCU = cortex-m4
+MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-
|