diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-11-18 06:26:51 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-11-18 06:26:51 +0000 |
| commit | 0f7519456815a208c7b89d8bd7307e3f7b19a8d0 (patch) | |
| tree | fb56521b575c979681147b3ae80a8c63a881544b /Projects/Webserver/Lib/uip/uip-split.h | |
| parent | 2bca24be7c38ccaddaab90d1085b5772686419d0 (diff) | |
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1978 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Webserver/Lib/uip/uip-split.h')
| -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 2243355d..0c768ce4 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. |
