From 13085a335125808f3b2f9adc495c6fe26053cebe Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 13 May 2012 15:03:17 +0000 Subject: AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files. --- Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h') diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h index 2807b6056..b3ad1affd 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h +++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h @@ -45,6 +45,8 @@ #include "EthernetProtocols.h" #include "Ethernet.h" + + #include "Config/NetworkConfig.h" /* Function Prototypes: */ void DecodeEthernetFrameHeader(void* InDataStart); -- cgit v1.2.3