diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-21 09:39:02 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-21 09:39:02 +0000 |
commit | fb8998ce9c75bf366a338e121e81ca4f1b54a68a (patch) | |
tree | 2c2ff2eaed5e206e9298fc88dc62445342531bb4 /testhal | |
parent | 08fd7beec63e60dbb0737a1e6487706a6ee897cf (diff) | |
download | ChibiOS-fb8998ce9c75bf366a338e121e81ca4f1b54a68a.tar.gz ChibiOS-fb8998ce9c75bf366a338e121e81ca4f1b54a68a.tar.bz2 ChibiOS-fb8998ce9c75bf366a338e121e81ca4f1b54a68a.zip |
Fixed bug #567.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7786 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/AVR/PWM/Makefile.ch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/AVR/PWM/Makefile.ch b/testhal/AVR/PWM/Makefile.ch index 1b67f0d30..8bdb365c1 100644 --- a/testhal/AVR/PWM/Makefile.ch +++ b/testhal/AVR/PWM/Makefile.ch @@ -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.)
|