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