diff options
Diffstat (limited to 'demos/PPC-SPC563-GCC/Makefile')
-rw-r--r-- | demos/PPC-SPC563-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC563-GCC/Makefile b/demos/PPC-SPC563-GCC/Makefile index 6aaee3ea4..01b7a6f93 100644 --- a/demos/PPC-SPC563-GCC/Makefile +++ b/demos/PPC-SPC563-GCC/Makefile @@ -56,7 +56,7 @@ CSRC = $(PORTSRC) \ $(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/shell.c \
- $(CHIBIOS)/os/various/syscalls.c \
+ $(CHIBIOS)/os/various/chprintf.c \
main.c
# C++ sources here.
|