projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory would becom...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
RNDISEthernet
/
Lib
/
UDP.h
diff --git
a/Demos/Device/ClassDriver/RNDISEthernet/Lib/UDP.h
b/Demos/Device/ClassDriver/RNDISEthernet/Lib/UDP.h
index
60bbe21
..
737a6fd
100644
(file)
--- a/
Demos/Device/ClassDriver/RNDISEthernet/Lib/UDP.h
+++ b/
Demos/Device/ClassDriver/RNDISEthernet/Lib/UDP.h
@@
-42,6
+42,7
@@
#include "EthernetProtocols.h"
\r
#include "Ethernet.h"
\r
#include "ProtocolDecoders.h"
\r
#include "EthernetProtocols.h"
\r
#include "Ethernet.h"
\r
#include "ProtocolDecoders.h"
\r
+ #include "DHCP.h"
\r
\r
/* Macros: */
\r
/** Source UDP port for a DHCP request */
\r
\r
/* Macros: */
\r
/** Source UDP port for a DHCP request */
\r
@@
-49,7
+50,7
@@
\r
/** Destination UDP port for a DHCP reply */
\r
#define UDP_PORT_DHCP_REPLY 68
\r
\r
/** Destination UDP port for a DHCP reply */
\r
#define UDP_PORT_DHCP_REPLY 68
\r
-
\r
+
\r
/* Type Defines: */
\r
/** Type define for a UDP packet header */
\r
typedef struct
\r
/* Type Defines: */
\r
/** Type define for a UDP packet header */
\r
typedef struct
\r