diff options
author | Diego Ismirlian <dismirlian (at) google's mail.com> | 2017-06-06 15:25:37 -0300 |
---|---|---|
committer | Diego Ismirlian <dismirlian (at) google's mail.com> | 2017-06-06 15:25:37 -0300 |
commit | f82de84347a64f4a826806696d23a61e60bd9115 (patch) | |
tree | 6cf32e17ffc7890b3afac6fb2ef5e364a525576c /testhal/STM32 | |
parent | 5a876ba2b04ee0933ced272b04e2ee481e48a1b1 (diff) | |
download | ChibiOS-Contrib-f82de84347a64f4a826806696d23a61e60bd9115.tar.gz ChibiOS-Contrib-f82de84347a64f4a826806696d23a61e60bd9115.tar.bz2 ChibiOS-Contrib-f82de84347a64f4a826806696d23a61e60bd9115.zip |
USBH: Fix compile for test/example
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/STM32F4xx/USB_HOST/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_HOST/Makefile b/testhal/STM32/STM32F4xx/USB_HOST/Makefile index b166598..ca55953 100644 --- a/testhal/STM32/STM32F4xx/USB_HOST/Makefile +++ b/testhal/STM32/STM32F4xx/USB_HOST/Makefile @@ -102,7 +102,7 @@ include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk include $(CHIBIOS)/test/rt/test.mk
include $(CHIBIOS_CONTRIB)/os/various/fatfs_bindings/fatfs.mk
-STREAMSSRC = $(CHIBIOS)/os/hal/lib/streams/chprintf.c
+STREAMSSRC = $(CHIBIOS)/os/hal/lib/streams/chprintf.c $(CHIBIOS)/os/hal/lib/streams/memstreams.c
STREAMSINC = $(CHIBIOS)/os/hal/lib/streams/
SHELLSRC = $(CHIBIOS)/os/various/shell.c
SHELLINC = $(CHIBIOS)/os/various/
|