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