From 322245c947c077bd1bc3fc6509742bf4972df9d2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 17 Jan 2015 11:55:50 -0600 Subject: apps/examples/udp/Kconfig: Default setting is backward --- apps/examples/udp/Kconfig | 4 ++-- apps/examples/udp/target.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/examples/udp/Kconfig b/apps/examples/udp/Kconfig index c50573f62..fd64d5290 100644 --- a/apps/examples/udp/Kconfig +++ b/apps/examples/udp/Kconfig @@ -29,7 +29,7 @@ config EXAMPLES_UDP_NETMASK config EXAMPLES_UDP_SERVERIP hex "Server IP address" - default 0x0a000001 if EXAMPLES_UDP_SERVER - default 0x0a000002 if !EXAMPLES_UDP_SERVER + default 0x0a000001 if !EXAMPLES_UDP_SERVER + default 0x0a000002 if EXAMPLES_UDP_SERVER endif # EXAMPLES_UDP diff --git a/apps/examples/udp/target.c b/apps/examples/udp/target.c index 8c5d88dca..72ca05d17 100644 --- a/apps/examples/udp/target.c +++ b/apps/examples/udp/target.c @@ -49,7 +49,7 @@ #include "udp-internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** -- cgit v1.2.3