Deleted redundant backslash

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4111 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2012-04-18 16:23:12 +00:00
parent 8b06586cb3
commit e394b3218a
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ CSRC = $(PORTSRC) \
$(CHIBIOS)/os/various/shell.c \
$(CHIBIOS)/os/various/chprintf.c \
$(CHIBIOS)/os/various/chrtclib.c \
main.c \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.