summaryrefslogtreecommitdiff
path: root/apps/examples/udp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/udp/Kconfig')
-rw-r--r--apps/examples/udp/Kconfig4
1 files changed, 2 insertions, 2 deletions
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