summaryrefslogtreecommitdiff
path: root/apps/examples/udp
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-03 17:31:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-03 17:31:17 -0600
commitcd6c5655e4b5434f599db4472f62d22e252c50ab (patch)
tree95652750690f554bca94da8e63c4e27687ddbf5e /apps/examples/udp
parent4b59193e39baf25f2923ef64745c44a7f2d55027 (diff)
downloadnuttx-cd6c5655e4b5434f599db4472f62d22e252c50ab.tar.gz
nuttx-cd6c5655e4b5434f599db4472f62d22e252c50ab.tar.bz2
nuttx-cd6c5655e4b5434f599db4472f62d22e252c50ab.zip
Rename apps/examples/uip to apps/examples/webserver
Diffstat (limited to 'apps/examples/udp')
-rw-r--r--apps/examples/udp/udp-internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/udp/udp-internal.h b/apps/examples/udp/udp-internal.h
index c8010e6c8..da2be440a 100644
--- a/apps/examples/udp/udp-internal.h
+++ b/apps/examples/udp/udp-internal.h
@@ -33,8 +33,8 @@
*
****************************************************************************/
-#ifndef __EXAMPLES_UIP_INTERNAL_H
-#define __EXAMPLES_UIP_INTERNAL_H
+#ifndef __EXAMPLES_UDP_INTERNAL_H
+#define __EXAMPLES_UDP_INTERNAL_H
/****************************************************************************
* Included Files
@@ -87,4 +87,4 @@
extern void send_client(void);
extern void recv_server(void);
-#endif /* __EXAMPLES_UIP_INTERNAL_H */
+#endif /* __EXAMPLES_UDP_INTERNAL_H */