aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/ICU/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR/ICU/Makefile')
-rw-r--r--testhal/AVR/ICU/Makefile4
1 files changed, 2 insertions, 2 deletions
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.)