mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-07-01 06:16:50 +08:00
Remove possibility of having multiple definitions of DEBUG in uip_arp.c.
This commit is contained in:
@ -115,6 +115,10 @@ static u8_t tmpage;
|
|||||||
|
|
||||||
#define BUF ( ( struct arp_hdr * ) &uip_buf[0] )
|
#define BUF ( ( struct arp_hdr * ) &uip_buf[0] )
|
||||||
#define IPBUF ( ( struct ethip_hdr * ) &uip_buf[0] )
|
#define IPBUF ( ( struct ethip_hdr * ) &uip_buf[0] )
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
|
#undef DEBUG
|
||||||
|
#endif
|
||||||
#define DEBUG 0
|
#define DEBUG 0
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Reference in New Issue
Block a user