1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Turn off USB debug

This commit is contained in:
Andreas Bogk 2015-04-24 14:40:13 +02:00
parent a61e3e6066
commit 296ce919c6

View File

@ -27,8 +27,6 @@
# include <stdio.h>
#define DEBUG_MESSAGES 1
#ifdef DEBUG_MESSAGES
#define DBG printf
#define ASSERT(x) if(!(x)){DBG("\nAssertion '%s' failed in %s:%s#%d!\n",#x,__FILE__,__FUNCTION__,__LINE__);while(1);}