Fix bug #47749: #define ETHARP_TRUST_IP_MAC does not compile

This commit is contained in:
Dirk Ziegelmeier
2016-04-21 21:21:56 +02:00
parent 8ac1b4825a
commit 61d07f88f0
2 changed files with 2 additions and 1 deletions

View File

@@ -670,7 +670,7 @@ etharp_get_entry(u8_t i, ip4_addr_t **ipaddr, struct netif **netif, struct eth_a
*
* @see pbuf_free()
*/
static void
void
etharp_ip_input(struct netif *netif, struct pbuf *p)
{
struct eth_hdr *ethhdr;