mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
Fixed typo in previous commit.
Change-Id: I97f85f4593509911829cfbbb6e309eecedd5465b
This commit is contained in:
parent
8bab543531
commit
c762c06b17
@ -888,7 +888,7 @@ static err_t
|
||||
netif_null_output_ip6(struct netif *netif, struct pbuf *p, ip6_addr_t *ipaddr)
|
||||
{
|
||||
(void)netif;
|
||||
(void)pbuf;
|
||||
(void)p;
|
||||
(void)ipaddr;
|
||||
|
||||
return ERR_IF;
|
||||
|
Loading…
Reference in New Issue
Block a user