summaryrefslogtreecommitdiff
path: root/apps/examples/udp/udp-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/udp/udp-internal.h')
-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 */