Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP code.
[pub/USBasp.git] / Demos / Device / ClassDriver / RNDISEthernet / Lib / ProtocolDecoders.h
index aadbed8..bb64092 100644 (file)
@@ -45,7 +45,7 @@
 
                #include "EthernetProtocols.h"
                #include "Ethernet.h"
 
                #include "EthernetProtocols.h"
                #include "Ethernet.h"
-               #include "Config/NetworkConfig.h"
+               #include "Config/AppConfig.h"
 
        /* Function Prototypes: */
                void DecodeEthernetFrameHeader(void* InDataStart);
 
        /* Function Prototypes: */
                void DecodeEthernetFrameHeader(void* InDataStart);