diff options
Diffstat (limited to 'testhal/STM32/multi/USB_CDC/Makefile-stm32f746_discovery')
-rwxr-xr-x | testhal/STM32/multi/USB_CDC/Makefile-stm32f746_discovery | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/USB_CDC/Makefile-stm32f746_discovery b/testhal/STM32/multi/USB_CDC/Makefile-stm32f746_discovery index 3d9a58f7a..a865bb894 100755 --- a/testhal/STM32/multi/USB_CDC/Makefile-stm32f746_discovery +++ b/testhal/STM32/multi/USB_CDC/Makefile-stm32f746_discovery @@ -129,7 +129,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
|