A few ACD compile and doc fixes

This commit is contained in:
Dirk Ziegelmeier
2018-10-03 20:21:00 +02:00
parent 7d1c26cc0c
commit f8ed17082d
5 changed files with 22 additions and 17 deletions

View File

@@ -97,7 +97,7 @@ err_t acd_add(struct netif *netif, struct acd *acd,
err_t acd_start(struct netif *netif, struct acd *acd, ip4_addr_t ipaddr);
err_t acd_stop(struct netif *netif, struct acd *acd);
err_t acd_stop(struct acd *acd);
void acd_arp_reply(struct netif *netif, struct etharp_hdr *hdr);