summaryrefslogtreecommitdiff
path: root/samples/net/echo_client/src/echo-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/net/echo_client/src/echo-client.c')
-rw-r--r--samples/net/echo_client/src/echo-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/net/echo_client/src/echo-client.c b/samples/net/echo_client/src/echo-client.c
index 3c8496b8b..ab059805e 100644
--- a/samples/net/echo_client/src/echo-client.c
+++ b/samples/net/echo_client/src/echo-client.c
@@ -101,7 +101,7 @@ static struct in6_addr in6addr_my = MY_IPADDR;
static struct net_context *unicast, *multicast;
-static inline void init_server()
+static inline void init_app(void)
{
PRINT("%s: run mcast tester\n", __func__);
@@ -373,7 +373,7 @@ void main(void)
{
net_init();
- init_server();
+ init_app();
ipsum_len = strlen(lorem_ipsum);