From ea6abe0731888c334b721970d37d3aef0a8ab220 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 6 Feb 2015 11:42:26 +0000 Subject: 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 --- testhal/AVR/GPT/Makefile | 4 ++-- testhal/AVR/ICU/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'testhal/AVR') 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.) -- cgit v1.2.3