mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-01 12:00:53 +00:00
Minor: Fix comment in etharp.c
This commit is contained in:
parent
f6e27940bd
commit
695c81762c
@ -491,7 +491,7 @@ etharp_update_arp_entry(struct netif *netif, const ip4_addr_t *ipaddr, struct et
|
||||
*
|
||||
* @param ipaddr IP address for the new static entry
|
||||
* @param ethaddr ethernet address for the new static entry
|
||||
* @return @see return values of etharp_add_static_entry
|
||||
* @return See return values of etharp_add_static_entry
|
||||
*/
|
||||
err_t
|
||||
etharp_add_static_entry(const ip4_addr_t *ipaddr, struct eth_addr *ethaddr)
|
||||
|
Loading…
Reference in New Issue
Block a user