aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F107-FATFS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARMCM3-STM32F107-FATFS/Makefile')
-rw-r--r--demos/ARMCM3-STM32F107-FATFS/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F107-FATFS/Makefile b/demos/ARMCM3-STM32F107-FATFS/Makefile
index e3a7d620b..79a34326c 100644
--- a/demos/ARMCM3-STM32F107-FATFS/Makefile
+++ b/demos/ARMCM3-STM32F107-FATFS/Makefile
@@ -81,7 +81,7 @@ CSRC = $(PORTSRC) \
$(TESTSRC) \
$(CHIBIOS)/os/various/shell.c \
$(CHIBIOS)/os/various/chprintf.c \
- main.c
+ main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.