drivers/net/slip.c: Fix a missed name change when many of network interface names changed sometime back but were apparently never updated for SLIP
This commit is contained in:
parent
b59329a714
commit
8fbac280e9
|
@ -515,7 +515,7 @@ static void slip_txtask(int argc, FAR char *argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
(void)uip_poll(&priv->dev, slip_uiptxpoll);
|
||||
(void)devif_poll(&priv->dev, slip_uiptxpoll);
|
||||
}
|
||||
|
||||
net_unlock(flags);
|
||||
|
|
Loading…
Reference in New Issue