aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32L1xx/SPI
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-09-20 19:19:15 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-09-20 19:19:15 +0000
commitb0732341df29179f7dfc1adfab99bb3a11e1c065 (patch)
tree16d10e9c487210cbeb96a6b6aad2b1d031f1bede /testhal/STM32/STM32L1xx/SPI
parent0a9f3181dcb48ddd5a1b5b4c67ed6f771a2d39a7 (diff)
downloadChibiOS-b0732341df29179f7dfc1adfab99bb3a11e1c065.tar.gz
ChibiOS-b0732341df29179f7dfc1adfab99bb3a11e1c065.tar.bz2
ChibiOS-b0732341df29179f7dfc1adfab99bb3a11e1c065.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8314 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L1xx/SPI')
-rw-r--r--testhal/STM32/STM32L1xx/SPI/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L1xx/SPI/Makefile b/testhal/STM32/STM32L1xx/SPI/Makefile
index 30dbdbb11..c86ba51cf 100644
--- a/testhal/STM32/STM32L1xx/SPI/Makefile
+++ b/testhal/STM32/STM32L1xx/SPI/Makefile
@@ -154,7 +154,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
# Compiler settings
#
-MCU = cortex-m4
+MCU = cortex-m3
#TRGT = arm-elf-
TRGT = arm-none-eabi-