aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-09 11:08:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-09 11:08:46 +0000
commit9992b23f94532a5d04da91ee8c0844cfcb8dd2e7 (patch)
tree5e1948a8f81aeac279a09d7cecea1a52f1c5b372 /testhal/STM32F1xx
parent42dc58dcb210207b3d3841fc81f72e85462dd313 (diff)
downloadChibiOS-9992b23f94532a5d04da91ee8c0844cfcb8dd2e7.tar.gz
ChibiOS-9992b23f94532a5d04da91ee8c0844cfcb8dd2e7.tar.bz2
ChibiOS-9992b23f94532a5d04da91ee8c0844cfcb8dd2e7.zip
Fixed bug 3607380.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5387 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx')
-rw-r--r--testhal/STM32F1xx/EXT/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/EXT/Makefile b/testhal/STM32F1xx/EXT/Makefile
index 190662d49..e9b6719d7 100644
--- a/testhal/STM32F1xx/EXT/Makefile
+++ b/testhal/STM32F1xx/EXT/Makefile
@@ -78,7 +78,7 @@ CSRC = $(PORTSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/syscalls.c \
- main.c
+ main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.