mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
NET: Renaming of IP address types
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
void netdev_rxnotify(const uip_ipaddr_t raddr)
|
||||
void netdev_rxnotify(const net_ipaddr_t raddr)
|
||||
{
|
||||
|
||||
/* Find the device driver that serves the subnet of the remote address */
|
||||
|
||||
Reference in New Issue
Block a user