aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F37x/USB_CDC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F37x/USB_CDC/Makefile')
-rw-r--r--testhal/STM32/STM32F37x/USB_CDC/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F37x/USB_CDC/Makefile b/testhal/STM32/STM32F37x/USB_CDC/Makefile
index 537b6fa59..53ea39d43 100644
--- a/testhal/STM32/STM32F37x/USB_CDC/Makefile
+++ b/testhal/STM32/STM32F37x/USB_CDC/Makefile
@@ -101,7 +101,8 @@ CSRC = $(PORTSRC) \
$(OSALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- $(CHIBIOS)/os/various/chprintf.c \
+ $(CHIBIOS)/os/hal/lib/streams/memstreams.c \
+ $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
$(CHIBIOS)/os/various/shell.c \
main.c