diff --git a/BaS_gcc/net/fec.c b/BaS_gcc/net/fec.c index 576c6d6..ce8c2d9 100644 --- a/BaS_gcc/net/fec.c +++ b/BaS_gcc/net/fec.c @@ -32,12 +32,8 @@ #error Unknown machine! #endif -//#define DBG_FEC -#ifdef DBG_FEC -#define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0) -#else -#define dbg(format, arg...) do { ; } while (0) -#endif /* DBG_FEC */ +// #define DEBUG +#include "debug.h" FEC_EVENT_LOG fec_log[2];