Subversion Repositories freemyipod

Rev

Rev 242 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 242 Rev 243
Line 26... Line 26...
26
 
26
 
27
 
27
 
28
#include "global.h"
28
#include "global.h"
29
 
29
 
30
 
30
 
31
#ifdef DEBUG_CONSOLES
-
 
32
#ifdef DEBUG_PRINT_SOURCE_LINE
-
 
33
#define DEBUGF(fmt, args...) cprintf(DEBUG_CONSOLES, "%s:%d: " fmt "\n", __FILE__, __LINE__, ##args)
-
 
34
#else
-
 
35
#define DEBUGF(fmt, args...) cprintf(DEBUG_CONSOLES, fmt "\n", ##args)
-
 
36
#endif
-
 
37
#else
-
 
38
#define DEBUGF(...)
31
#define DEBUGF(...)
39
#endif
-
 
40
 
32
 
41
#endif
33
#endif