diff options
Diffstat (limited to 'testhal/STM32F37x/USB_CDC/Makefile')
-rw-r--r-- | testhal/STM32F37x/USB_CDC/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32F37x/USB_CDC/Makefile b/testhal/STM32F37x/USB_CDC/Makefile index 7fa47c79c..d9be7f5fc 100644 --- a/testhal/STM32F37x/USB_CDC/Makefile +++ b/testhal/STM32F37x/USB_CDC/Makefile @@ -96,6 +96,8 @@ CSRC = $(PORTSRC) \ $(OSALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
+ $(CHIBIOS)/os/various/chprintf.c \
+ $(CHIBIOS)/os/various/shell.c \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
|