summaryrefslogtreecommitdiff
path: root/apps/examples/udp/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/udp/host.c')
-rw-r--r--apps/examples/udp/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/udp/host.c b/apps/examples/udp/host.c
index 9d2aa73d9..e103acd8c 100644
--- a/apps/examples/udp/host.c
+++ b/apps/examples/udp/host.c
@@ -53,7 +53,7 @@
int main(int argc, char **argv, char **envp)
{
-#ifdef CONFIG_EXAMPLE_UDP_SERVER
+#ifdef CONFIG_EXAMPLES_UDP_SERVER
send_client();
#else
recv_server();