git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@294 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-05-17 10:53:56 +00:00
parent 66d2d0a7b3
commit 3787f5d2a5
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ extern "C" {
chDbgPanic(m); \
}
#else /* CH_USE_DEBUG */
#else /* !CH_USE_DEBUG */
#define chDbgInit()
#define chDbgPanic(msg) {}