fix dbg().. macros
This commit is contained in:
@@ -19,13 +19,8 @@
|
|||||||
#error "unknown machine!"
|
#error "unknown machine!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#define DBG_AM79
|
#include <debug.h>
|
||||||
#ifdef DBG_AM79
|
// #define DEBUG
|
||||||
#define dbg(format, arg...) do { xprintf("DEBUG: " format, ##arg); } while (0)
|
|
||||||
#else
|
|
||||||
#define dbg(format, arg...) do { ; } while (0)
|
|
||||||
#endif /* DBG_AM79 */
|
|
||||||
|
|
||||||
|
|
||||||
/* Initialize the AM79C874 PHY
|
/* Initialize the AM79C874 PHY
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user