From f601d5b9dcd20664eb837391e807f6c49e2dee1a Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Fri, 9 Mar 2018 13:59:50 +0000 Subject: Updated testex demos git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11668 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testex/STM32/STM32L4xx/SPI-L3GD20/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testex/STM32/STM32L4xx/SPI-L3GD20') diff --git a/testex/STM32/STM32L4xx/SPI-L3GD20/Makefile b/testex/STM32/STM32L4xx/SPI-L3GD20/Makefile index 14b33ffa5..c3da94e7f 100644 --- a/testex/STM32/STM32L4xx/SPI-L3GD20/Makefile +++ b/testex/STM32/STM32L4xx/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 -- cgit v1.2.3