mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
FreeTCPIP - remove compiler warnings.
This commit is contained in:
parent
f43bd20a6d
commit
5f95494dff
6 changed files with 34 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue