mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
Rename devif_loopback_out to devi_loopback
This commit is contained in:
@@ -1213,7 +1213,7 @@ static int enc_txpoll(struct net_driver_s *dev)
|
||||
}
|
||||
#endif /* CONFIG_NET_IPv6 */
|
||||
|
||||
if (!devif_loopback_out(&priv->dev))
|
||||
if (!devif_loopback(&priv->dev))
|
||||
{
|
||||
/* Send the packet */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user