Fix flip-ee DFU build target accidentally erasing the target FLASH memory space.
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / Ethernet.h
index 06be689..45ba0cf 100644 (file)
@@ -40,6 +40,8 @@
                #include <avr/io.h>
                #include <string.h>
 
+               #include "Config/AppConfig.h"
+
                #include "EthernetProtocols.h"
                #include "ProtocolDecoders.h"
                #include "ICMP.h"