diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-28 16:20:52 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-28 16:20:52 +0000 |
commit | 5af98ce005cfffc0f19b7c14c048b511e35efe12 (patch) | |
tree | 496cea96d6c2c57c35e73b533efc936996856d84 /demos/ARMCM3-STM32F103-FATFS-GCC/Makefile | |
parent | a1e543399593523ac2c9e09df258d5603b6da671 (diff) | |
download | ChibiOS-5af98ce005cfffc0f19b7c14c048b511e35efe12.tar.gz ChibiOS-5af98ce005cfffc0f19b7c14c048b511e35efe12.tar.bz2 ChibiOS-5af98ce005cfffc0f19b7c14c048b511e35efe12.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1337 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103-FATFS-GCC/Makefile')
-rw-r--r-- | demos/ARMCM3-STM32F103-FATFS-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F103-FATFS-GCC/Makefile b/demos/ARMCM3-STM32F103-FATFS-GCC/Makefile index 042a82793..95989b6a2 100644 --- a/demos/ARMCM3-STM32F103-FATFS-GCC/Makefile +++ b/demos/ARMCM3-STM32F103-FATFS-GCC/Makefile @@ -153,7 +153,7 @@ CPPWARN = -Wall -Wextra #
# List all default C defines here, like -D_DEBUG=1
-DDEFS =
+DDEFS = -DSTDOUT_SD=SD2 -DSTDIN_SD=SD2
# List all default ASM defines here, like -D_DEBUG=1
DADEFS =
|