mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Rename many functions in net/devif from uip_* to devif_*
This commit is contained in:
@@ -88,7 +88,7 @@ uint16_t udp_callback(FAR struct net_driver_s *dev,
|
||||
{
|
||||
/* Perform the callback */
|
||||
|
||||
flags = uip_callbackexecute(dev, conn, flags, conn->list);
|
||||
flags = devif_callback_execute(dev, conn, flags, conn->list);
|
||||
}
|
||||
|
||||
return flags;
|
||||
|
||||
Reference in New Issue
Block a user