Avoid compiler warnings.

This commit is contained in:
Oliver Schmidt 2014-02-01 00:46:57 +01:00
parent 345532c559
commit a94e7e63e2
5 changed files with 21 additions and 39 deletions

View file

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