mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
Turn off USB debug
This commit is contained in:
parent
a61e3e6066
commit
296ce919c6
@ -27,8 +27,6 @@
|
|||||||
|
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
|
|
||||||
#define DEBUG_MESSAGES 1
|
|
||||||
|
|
||||||
#ifdef DEBUG_MESSAGES
|
#ifdef DEBUG_MESSAGES
|
||||||
#define DBG printf
|
#define DBG printf
|
||||||
#define ASSERT(x) if(!(x)){DBG("\nAssertion '%s' failed in %s:%s#%d!\n",#x,__FILE__,__FUNCTION__,__LINE__);while(1);}
|
#define ASSERT(x) if(!(x)){DBG("\nAssertion '%s' failed in %s:%s#%d!\n",#x,__FILE__,__FUNCTION__,__LINE__);while(1);}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user