diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-11 11:36:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-11 11:36:13 +0000 |
commit | b534dcf3a9396fcc32e26c939a0a2ea32d377443 (patch) | |
tree | 67397f2a97ccf03cce69757c9f08191ac1acb218 /demos | |
parent | 038d1a9c0008f0c68c27d6ab705f41cff32b5778 (diff) | |
download | ChibiOS-b534dcf3a9396fcc32e26c939a0a2ea32d377443.tar.gz ChibiOS-b534dcf3a9396fcc32e26c939a0a2ea32d377443.tar.bz2 ChibiOS-b534dcf3a9396fcc32e26c939a0a2ea32d377443.zip |
Fixed bug bug #454.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6621 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/Posix-GCC/Makefile | 1 | ||||
-rw-r--r-- | demos/Win32-MinGW/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/demos/Posix-GCC/Makefile b/demos/Posix-GCC/Makefile index 5d77f6a8e..c35a5f7df 100644 --- a/demos/Posix-GCC/Makefile +++ b/demos/Posix-GCC/Makefile @@ -72,6 +72,7 @@ SRC = ${PORTSRC} \ ${PLATFORMSRC} \
$(BOARDSRC) \
${CHIBIOS}/os/various/shell.c \
+ ${CHIBIOS}/os/various/memstreams.c \
${CHIBIOS}/os/various/chprintf.c \
main.c
diff --git a/demos/Win32-MinGW/Makefile b/demos/Win32-MinGW/Makefile index 1b77c241c..8b489535e 100644 --- a/demos/Win32-MinGW/Makefile +++ b/demos/Win32-MinGW/Makefile @@ -72,6 +72,7 @@ SRC = ${PORTSRC} \ ${PLATFORMSRC} \
$(BOARDSRC) \
${CHIBIOS}/os/various/shell.c \
+ ${CHIBIOS}/os/various/memstreams.c \
${CHIBIOS}/os/various/chprintf.c \
main.c
|