diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-18 16:23:12 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-18 16:23:12 +0000 |
commit | e394b3218a459c2dd323c7b1dcaf0c547d37ad8f (patch) | |
tree | 8dcb7dbba6f9d9850460cca42233e0323f52e680 | |
parent | 8b06586cb3330cae491706efe6af55a7dc426666 (diff) | |
download | ChibiOS-e394b3218a459c2dd323c7b1dcaf0c547d37ad8f.tar.gz ChibiOS-e394b3218a459c2dd323c7b1dcaf0c547d37ad8f.tar.bz2 ChibiOS-e394b3218a459c2dd323c7b1dcaf0c547d37ad8f.zip |
Deleted redundant backslash
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4111 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | testhal/STM32F4xx/RTC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/RTC/Makefile b/testhal/STM32F4xx/RTC/Makefile index 3b57b683a..e383fef85 100644 --- a/testhal/STM32F4xx/RTC/Makefile +++ b/testhal/STM32F4xx/RTC/Makefile @@ -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.
|