summaryrefslogtreecommitdiff
path: root/nuttx/net/net_sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/net_sockets.c')
-rw-r--r--nuttx/net/net_sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/net_sockets.c b/nuttx/net/net_sockets.c
index a81620a71..ae5463352 100644
--- a/nuttx/net/net_sockets.c
+++ b/nuttx/net/net_sockets.c
@@ -118,7 +118,7 @@ void net_initialize(void)
/* Initialize the periodic ARP timer */
- arptimer_init();
+ arp_timer_init();
}
#if CONFIG_NSOCKET_DESCRIPTORS > 0