mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 18:16:13 +00:00
Improve my last docs
This commit is contained in:
parent
470dae613e
commit
eb3a08308d
@ -63,7 +63,9 @@ void eth_rx_irq()
|
||||
dma_desc->rx_data,
|
||||
dma_desc->max_buffer_size);
|
||||
|
||||
netif->input(p, netif);
|
||||
if(netif->input(p, netif) != ERR_OK) {
|
||||
pbuf_free(p);
|
||||
}
|
||||
}
|
||||
@endcode
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user