aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F429-DISCOVERY
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-02-06 11:42:26 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-02-06 11:42:26 +0000
commitea6abe0731888c334b721970d37d3aef0a8ab220 (patch)
tree3c75aebc26617d71661268423131a1d1dbf27bf4 /demos/STM32/RT-STM32F429-DISCOVERY
parent433537d2cfdba474bf5e2a9dce72edca88c7040e (diff)
downloadChibiOS-ea6abe0731888c334b721970d37d3aef0a8ab220.tar.gz
ChibiOS-ea6abe0731888c334b721970d37d3aef0a8ab220.tar.bz2
ChibiOS-ea6abe0731888c334b721970d37d3aef0a8ab220.zip
chprintf and streams are now part of the HAL library.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7665 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F429-DISCOVERY')
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY/Makefile b/demos/STM32/RT-STM32F429-DISCOVERY/Makefile
index 453a2f150..b9f550e11 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY/Makefile
+++ b/demos/STM32/RT-STM32F429-DISCOVERY/Makefile
@@ -102,7 +102,8 @@ CSRC = $(PORTSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/shell.c \
- $(CHIBIOS)/os/various/chprintf.c \
+ $(CHIBIOS)/os/hal/lib/streams/memstreams.c \
+ $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
usbcfg.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global