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