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 /Demos/Device/ClassDriver | |
| 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 'Demos/Device/ClassDriver')
| -rw-r--r-- | Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h | 2 | ||||
| -rw-r--r-- | Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h b/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h index 00722049..da908b5e 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h @@ -40,7 +40,7 @@ #include <avr/io.h> #include <string.h> - #include <LUFA/Drivers/USB/Class/RNDIS.h> + #include <LUFA/Drivers/USB/USB.h> #include "EthernetProtocols.h" #include "ProtocolDecoders.h" diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h b/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h index ca76a939..d79aa634 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h @@ -38,7 +38,7 @@ #define _ETHERNET_PROTOCOLS_H_ /* Includes: */ - #include <LUFA/Drivers/USB/Class/RNDIS.h> + #include <LUFA/Drivers/USB/USB.h> /* Macros: */ #define ETHERTYPE_IPV4 0x0800 |
