aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.h')
-rw-r--r--Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.h
index 25c33cf52..6cbc0b819 100644
--- a/Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.h
+++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.h
@@ -45,17 +45,17 @@
#include "DHCP.h"
/* Macros: */
- /** Source UDP port for a DHCP request */
+ /** Source UDP port for a DHCP request. */
#define UDP_PORT_DHCP_REQUEST 67
- /** Destination UDP port for a DHCP reply */
+ /** Destination UDP port for a DHCP reply. */
#define UDP_PORT_DHCP_REPLY 68
- /** Source UDP port for a DNS request/response */
+ /** Source UDP port for a DNS request/response. */
#define UDP_PORT_DNS 53
/* Type Defines: */
- /** Type define for a UDP packet header */
+ /** Type define for a UDP packet header. */
typedef struct
{
uint16_t SourcePort; /**< Packet source port */