Avoid compiler warnings.
This commit is contained in:
parent
345532c559
commit
a94e7e63e2
5 changed files with 21 additions and 39 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue