aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-GENERIC-KERNEL
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 /demos/ARMCM3-GENERIC-KERNEL
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 'demos/ARMCM3-GENERIC-KERNEL')
-rw-r--r--demos/ARMCM3-GENERIC-KERNEL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-GENERIC-KERNEL/Makefile b/demos/ARMCM3-GENERIC-KERNEL/Makefile
index 13e548692..01f24f597 100644
--- a/demos/ARMCM3-GENERIC-KERNEL/Makefile
+++ b/demos/ARMCM3-GENERIC-KERNEL/Makefile
@@ -69,7 +69,7 @@ LDSCRIPT= $(PORTLD)/STM32F103xB.ld
# setting.
CSRC = $(PORTSRC) \
$(KERNSRC) \
- main.c
+ main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.