diff --git a/BaS_gcc/net/arp.c b/BaS_gcc/net/arp.c index 87c48c3..09faab9 100644 --- a/BaS_gcc/net/arp.c +++ b/BaS_gcc/net/arp.c @@ -11,12 +11,8 @@ #include #include -//#define DBG_ARP -#ifdef DBG_ARP -#define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0) -#else -#define dbg(format, arg...) do { ; } while (0) -#endif /* DBG_ARP */ +//#define DEBUG +#include "debug.h" #define TIMER_NETWORK 3