diff options
Diffstat (limited to 'testhal/STM32/STM32L1xx/IRQ_STORM')
-rw-r--r-- | testhal/STM32/STM32L1xx/IRQ_STORM/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L1xx/IRQ_STORM/Makefile b/testhal/STM32/STM32L1xx/IRQ_STORM/Makefile index ace51a973..f77fa65d8 100644 --- a/testhal/STM32/STM32L1xx/IRQ_STORM/Makefile +++ b/testhal/STM32/STM32L1xx/IRQ_STORM/Makefile @@ -159,7 +159,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \ # Compiler settings
#
-MCU = cortex-m4
+MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-
|