Fixed bug 2921120.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1471 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2009-12-25 16:15:08 +00:00
parent 575ba8752e
commit 0e87fac778
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
*****************************************************************************
*** 1.3.7 ***
- FIX: Fixed coverage tool hanging during execution (bug 2921120).
- FIX: Fixed Linux simulator startup message (bug 2921012).
*** 1.3.6 ***

View File

@ -22,7 +22,7 @@ AS = $(TRGT)gcc -x assembler-with-cpp
COV = gcov
# List all default C defines here, like -D_DEBUG=1
DDEFS =
DDEFS = -DSIMULATOR
# List all default ASM defines here, like -D_DEBUG=1
DADEFS =