mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-04-15 23:42:33 +00:00
etharp_output_sent no longer exists
This commit is contained in:
parent
2bba9bcd9f
commit
02a6a8a809
@ -262,7 +262,6 @@ tapif_output(struct netif *netif, struct pbuf *p,
|
||||
p = etharp_output(netif, ipaddr, p);
|
||||
if(p != NULL) {
|
||||
low_level_output(netif, p);
|
||||
etharp_output_sent(p);
|
||||
p = NULL;
|
||||
}
|
||||
return ERR_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user