FreeTCPIP - remove compiler warnings.

This commit is contained in:
Richard Barry 2010-09-12 21:06:00 +00:00
parent f43bd20a6d
commit 5f95494dff
6 changed files with 34 additions and 26 deletions

View file

@ -105,7 +105,6 @@ struct arp_entry
};
static const struct uip_eth_addr broadcast_ethaddr = { { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } };
static const u16_t broadcast_ipaddr[2] = { 0xffff, 0xffff };
static struct arp_entry arp_table[UIP_ARPTAB_SIZE];
static uip_ipaddr_t ipaddr;