aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR
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 /testhal/AVR
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 'testhal/AVR')
-rw-r--r--testhal/AVR/GPT/Makefile4
-rw-r--r--testhal/AVR/ICU/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/testhal/AVR/GPT/Makefile b/testhal/AVR/GPT/Makefile
index 1b67f0d30..8bdb365c1 100644
--- a/testhal/AVR/GPT/Makefile
+++ b/testhal/AVR/GPT/Makefile
@@ -75,8 +75,8 @@ SRC = $(PORTSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
- $(CHIBIOS)/os/various/memstreams.c \
- $(CHIBIOS)/os/various/chprintf.c \
+ $(CHIBIOS)/os/hal/lib/streams/memstreams.c \
+ $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
main.c
# List C++ source files here. (C dependencies are automatically generated.)
diff --git a/testhal/AVR/ICU/Makefile b/testhal/AVR/ICU/Makefile
index 1b67f0d30..8bdb365c1 100644
--- a/testhal/AVR/ICU/Makefile
+++ b/testhal/AVR/ICU/Makefile
@@ -75,8 +75,8 @@ SRC = $(PORTSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
- $(CHIBIOS)/os/various/memstreams.c \
- $(CHIBIOS)/os/various/chprintf.c \
+ $(CHIBIOS)/os/hal/lib/streams/memstreams.c \
+ $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
main.c
# List C++ source files here. (C dependencies are automatically generated.)