diff options
Diffstat (limited to 'Projects/Webserver/USBDeviceMode.h')
-rw-r--r-- | Projects/Webserver/USBDeviceMode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Projects/Webserver/USBDeviceMode.h b/Projects/Webserver/USBDeviceMode.h index 910dee0e7..02d522d65 100644 --- a/Projects/Webserver/USBDeviceMode.h +++ b/Projects/Webserver/USBDeviceMode.h @@ -40,9 +40,13 @@ #include <LUFA/Drivers/USB/USB.h> #include "Webserver.h" + #include "Lib/uIPManagement.h" #include "Descriptors.h" #include "Lib/SCSI.h" + /* External Variables: */ + extern USB_ClassInfo_RNDIS_Device_t Ethernet_RNDIS_Interface_Device; + /* Function Prototypes: */ void USBDeviceMode_USBTask(void); |