diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-09 11:08:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-09 11:08:46 +0000 |
commit | 9992b23f94532a5d04da91ee8c0844cfcb8dd2e7 (patch) | |
tree | 5e1948a8f81aeac279a09d7cecea1a52f1c5b372 /demos/ARMCM3-GENERIC-KERNEL | |
parent | 42dc58dcb210207b3d3841fc81f72e85462dd313 (diff) | |
download | ChibiOS-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/Makefile | 2 |
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.
|