warning-- : defined but not used

make -C "examples/ip64-router" \
        TARGET=zoul BOARD=orion
This commit is contained in:
Rehan MALAK 2018-04-24 14:17:28 +02:00
parent ce22b0b518
commit 555242c8c2
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ struct arp_entry {
static const struct ip64_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];