diff --git a/Demo/Common/ethernet/FreeTCPIP/uip_arp.c b/Demo/Common/ethernet/FreeTCPIP/uip_arp.c index 4f4b06fe9..ab84419c6 100644 --- a/Demo/Common/ethernet/FreeTCPIP/uip_arp.c +++ b/Demo/Common/ethernet/FreeTCPIP/uip_arp.c @@ -115,6 +115,10 @@ static u8_t tmpage; #define BUF ( ( struct arp_hdr * ) &uip_buf[0] ) #define IPBUF ( ( struct ethip_hdr * ) &uip_buf[0] ) + +#ifdef DEBUG + #undef DEBUG +#endif #define DEBUG 0 #if DEBUG #include