diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-11-18 06:26:51 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-11-18 06:26:51 +0000 |
commit | eb2e883fd35b5332a7425488105a7adb500ce3fe (patch) | |
tree | fb56521b575c979681147b3ae80a8c63a881544b /Projects/Webserver/Lib | |
parent | 3e044872790072838c2d1d0370b98b6ebf4fea93 (diff) | |
download | lufa-eb2e883fd35b5332a7425488105a7adb500ce3fe.tar.gz lufa-eb2e883fd35b5332a7425488105a7adb500ce3fe.tar.bz2 lufa-eb2e883fd35b5332a7425488105a7adb500ce3fe.zip |
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
Diffstat (limited to 'Projects/Webserver/Lib')
-rw-r--r-- | Projects/Webserver/Lib/uip/uip-split.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Webserver/Lib/uip/uip-split.h b/Projects/Webserver/Lib/uip/uip-split.h index 2243355d6..0c768ce40 100644 --- a/Projects/Webserver/Lib/uip/uip-split.h +++ b/Projects/Webserver/Lib/uip/uip-split.h @@ -77,7 +77,7 @@ #include "../../USBHostMode.h" -#include <LUFA/Drivers/USB/Class/RNDIS.h> +#include <LUFA/Drivers/USB/USB.h> /** * Handle outgoing packets. |