diff options
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.
|