git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@294 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
66d2d0a7b3
commit
3787f5d2a5
|
@ -76,7 +76,7 @@ extern "C" {
|
|||
chDbgPanic(m); \
|
||||
}
|
||||
|
||||
#else /* CH_USE_DEBUG */
|
||||
#else /* !CH_USE_DEBUG */
|
||||
|
||||
#define chDbgInit()
|
||||
#define chDbgPanic(msg) {}
|
||||
|
|
Loading…
Reference in New Issue