Documentation improvements - put driver example code into its own section, fix incorr...
[pub/USBasp.git] / Demos / Device / ClassDriver / RNDISEthernet / Lib / ProtocolDecoders.h
index 572fdeb..d4803f9 100644 (file)
@@ -3,7 +3,7 @@
      Copyright (C) Dean Camera, 2010.
 
   dean [at] fourwalledcubicle [dot] com
-      www.fourwalledcubicle.com
+           www.lufa-lib.org
 */
 
 /*
@@ -41,7 +41,6 @@
                #include <avr/pgmspace.h>
                #include <stdio.h>
 
-               #include <LUFA/Drivers/USB/Class/RNDIS.h>
                #include <LUFA/Drivers/Peripheral/SerialStream.h>
 
                #include "EthernetProtocols.h"