diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-18 21:21:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-18 21:21:20 +0000 |
commit | 8267937f49463e651eaf911260c20c901e5c8887 (patch) | |
tree | 781c14e321a08af030cce7b105d1aff2a480681f /testhal/STM32F4xx/SPI/Makefile | |
parent | 0d042f79cde57fbf2438bfe017eca1f35a256fd5 (diff) | |
download | ChibiOS-8267937f49463e651eaf911260c20c901e5c8887.tar.gz ChibiOS-8267937f49463e651eaf911260c20c901e5c8887.tar.bz2 ChibiOS-8267937f49463e651eaf911260c20c901e5c8887.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3640 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/SPI/Makefile')
-rw-r--r-- | testhal/STM32F4xx/SPI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/SPI/Makefile b/testhal/STM32F4xx/SPI/Makefile index 7318496d3..dfc4ac9f0 100644 --- a/testhal/STM32F4xx/SPI/Makefile +++ b/testhal/STM32F4xx/SPI/Makefile @@ -120,7 +120,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \ # Compiler settings
#
-MCU = cortex-m3
+MCU = cortex-m4
#TRGT = arm-elf-
TRGT = arm-none-eabi-
|