From 1510ddb271a29e78e885ef51c1b993e5026a80ce Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Fri, 9 Mar 2018 13:59:37 +0000 Subject: Updated all the testhal/STM32 demos git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11667 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/STM32/multi/PAL/Makefile-stm32f303_discovery | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/STM32/multi/PAL/Makefile-stm32f303_discovery') diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery b/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery index f4da289d3..7b466e511 100644 --- a/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery +++ b/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery @@ -127,7 +127,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