X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b37d77eab32d171ad7b28157a924a4026e2aebd1..04b8360b15e3f1a78cb74e97b0c9acbb068f025a:/Projects/Webserver/USBHostMode.h diff --git a/Projects/Webserver/USBHostMode.h b/Projects/Webserver/USBHostMode.h index 459bb385e..c9186589b 100644 --- a/Projects/Webserver/USBHostMode.h +++ b/Projects/Webserver/USBHostMode.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2010. + Copyright (C) Dean Camera, 2012. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* - Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted @@ -43,7 +43,7 @@ #include "Lib/uIPManagement.h" /* External Variables: */ - extern USB_ClassInfo_RNDIS_Host_t Ethernet_RNDIS_Interface; + extern USB_ClassInfo_RNDIS_Host_t Ethernet_RNDIS_Interface_Host; /* Function Prototypes: */ void USBHostMode_USBTask(void);