diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-24 09:57:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-24 09:57:44 +0000 |
commit | 5d22110eeb4b5a9999ae259b7384a4608e725490 (patch) | |
tree | 983569cd04996129c3bb6171e1e9674d53990c45 /demos/Win32-MinGW/Makefile | |
parent | 282ffcd5ba93cc6c3e11b2b08302497c3a8a8538 (diff) | |
download | ChibiOS-5d22110eeb4b5a9999ae259b7384a4608e725490.tar.gz ChibiOS-5d22110eeb4b5a9999ae259b7384a4608e725490.tar.bz2 ChibiOS-5d22110eeb4b5a9999ae259b7384a4608e725490.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1465 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW/Makefile')
-rw-r--r-- | demos/Win32-MinGW/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Win32-MinGW/Makefile b/demos/Win32-MinGW/Makefile index 76362dec1..c1a452297 100644 --- a/demos/Win32-MinGW/Makefile +++ b/demos/Win32-MinGW/Makefile @@ -21,7 +21,7 @@ CC = $(TRGT)gcc AS = $(TRGT)gcc -x assembler-with-cpp
# List all default C defines here, like -D_DEBUG=1
-DDEFS = -DSHELL_USE_IPRINTF=FALSE
+DDEFS = -DSIMULATOR -DSHELL_USE_IPRINTF=FALSE
# List all default ASM defines here, like -D_DEBUG=1
DADEFS =
|