aboutsummaryrefslogtreecommitdiffstats
path: root/testex/STM32/STM32F3xx
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-09 13:59:50 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-09 13:59:50 +0000
commitf601d5b9dcd20664eb837391e807f6c49e2dee1a (patch)
tree7bb87b9f2ad454e53f1b0fd7ff921ca53821104a /testex/STM32/STM32F3xx
parent1510ddb271a29e78e885ef51c1b993e5026a80ce (diff)
downloadChibiOS-f601d5b9dcd20664eb837391e807f6c49e2dee1a.tar.gz
ChibiOS-f601d5b9dcd20664eb837391e807f6c49e2dee1a.tar.bz2
ChibiOS-f601d5b9dcd20664eb837391e807f6c49e2dee1a.zip
Updated testex demos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11668 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex/STM32/STM32F3xx')
-rw-r--r--testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile2
-rw-r--r--testex/STM32/STM32F3xx/SPI-L3GD20/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile
index bd58fa10e..5994af145 100644
--- a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile
+++ b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile
@@ -116,7 +116,7 @@ CSRC = $(ALLCSRC) \
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
-CPPSRC = $(AllCPPSRC)
+CPPSRC = $(ALLCPPSRC)
# C sources to be compiled in ARM mode regardless of the global setting.
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
diff --git a/testex/STM32/STM32F3xx/SPI-L3GD20/Makefile b/testex/STM32/STM32F3xx/SPI-L3GD20/Makefile
index b4cddd777..4fb007a36 100644
--- a/testex/STM32/STM32F3xx/SPI-L3GD20/Makefile
+++ b/testex/STM32/STM32F3xx/SPI-L3GD20/Makefile
@@ -116,7 +116,7 @@ CSRC = $(ALLCSRC) \
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
-CPPSRC = $(AllCPPSRC)
+CPPSRC = $(ALLCPPSRC)
# C sources to be compiled in ARM mode regardless of the global setting.
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler