diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-28 06:54:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-28 06:54:35 +0000 |
commit | 7bdd564b9d903146bbfc02fe38e586fc8e15f282 (patch) | |
tree | c644e509bc81a35a96bad01c9d801206a52d3627 /demos/ARMCM3-STM32F103ZG-FATFS/Makefile | |
parent | ddc9ded3f065d8da59a843390814b1c19061c566 (diff) | |
download | ChibiOS-7bdd564b9d903146bbfc02fe38e586fc8e15f282.tar.gz ChibiOS-7bdd564b9d903146bbfc02fe38e586fc8e15f282.tar.bz2 ChibiOS-7bdd564b9d903146bbfc02fe38e586fc8e15f282.zip |
Updated demos using the shell.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3094 35acf78f-673a-0410-8e92-d51de3d6d3f4
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
|