diff options
Diffstat (limited to 'testhal/STM32/multi/UART/Makefile-stm32f091_nucleo64')
-rw-r--r-- | testhal/STM32/multi/UART/Makefile-stm32f091_nucleo64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/UART/Makefile-stm32f091_nucleo64 b/testhal/STM32/multi/UART/Makefile-stm32f091_nucleo64 index 402a67acb..dc561f52d 100644 --- a/testhal/STM32/multi/UART/Makefile-stm32f091_nucleo64 +++ b/testhal/STM32/multi/UART/Makefile-stm32f091_nucleo64 @@ -117,7 +117,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
|