diff options
Diffstat (limited to 'demos/ARMCM3-STM32F103-FATFS/Makefile')
-rw-r--r-- | demos/ARMCM3-STM32F103-FATFS/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/ARMCM3-STM32F103-FATFS/Makefile b/demos/ARMCM3-STM32F103-FATFS/Makefile index f8733c3ae..5e7ac0c65 100644 --- a/demos/ARMCM3-STM32F103-FATFS/Makefile +++ b/demos/ARMCM3-STM32F103-FATFS/Makefile @@ -76,6 +76,7 @@ CSRC = $(PORTSRC) \ $(FATFSSRC) \
$(CHIBIOS)/os/various/shell.c \
$(CHIBIOS)/os/various/syscalls.c \
+ $(CHIBIOS)/os/various/chprintf.c \
main.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global
|