summaryrefslogtreecommitdiff
path: root/apps/examples/udp
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-03 16:19:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-03 16:19:08 -0600
commit75ef2d9d0b2df68a7914d8eeeb7a70024b7d79c5 (patch)
treef15e7eb83b334eaabe2ec25454fea4a3c264282a /apps/examples/udp
parentc58d132a95d6b912e53c355c3fcc65a64e75bd6a (diff)
downloadnuttx-75ef2d9d0b2df68a7914d8eeeb7a70024b7d79c5.tar.gz
nuttx-75ef2d9d0b2df68a7914d8eeeb7a70024b7d79c5.tar.bz2
nuttx-75ef2d9d0b2df68a7914d8eeeb7a70024b7d79c5.zip
ICMPv6: Some initial bugfix from first tests of the ICMPv6 auto-configuration logic. so far so good but a lot more testing is needed
Diffstat (limited to 'apps/examples/udp')
-rw-r--r--apps/examples/udp/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/udp/Kconfig b/apps/examples/udp/Kconfig
index ff357750e..eeb51c3e7 100644
--- a/apps/examples/udp/Kconfig
+++ b/apps/examples/udp/Kconfig
@@ -304,7 +304,7 @@ config EXAMPLES_UDP_IPv6NETMASK_8
individually. This is the eighth of the 8-values. The default for
all eight values is fe00::0.
-#endif /* NET_ICMPv6_AUTOCONF */
+endif # NET_ICMPv6_AUTOCONF
comment "Server IPv6 address"