projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP code.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
RNDISEthernet
/
Lib
/
ProtocolDecoders.h
diff --git
a/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h
b/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h
index
aadbed8
..
bb64092
100644
(file)
--- a/
Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h
+++ b/
Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h
@@
-45,7
+45,7
@@
#include "EthernetProtocols.h"
#include "Ethernet.h"
- #include "Config/
Network
Config.h"
+ #include "Config/
App
Config.h"
/* Function Prototypes: */
void DecodeEthernetFrameHeader(void* InDataStart);