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 | |
| 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')
| -rw-r--r-- | Projects/MIDIToneGenerator/MIDIToneGenerator.h | 1 | ||||
| -rw-r--r-- | Projects/Webserver/Lib/uip/uip-split.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Projects/MIDIToneGenerator/MIDIToneGenerator.h b/Projects/MIDIToneGenerator/MIDIToneGenerator.h index 27cb84dc..cf04b9f9 100644 --- a/Projects/MIDIToneGenerator/MIDIToneGenerator.h +++ b/Projects/MIDIToneGenerator/MIDIToneGenerator.h @@ -50,7 +50,6 @@ #include <LUFA/Drivers/Board/LEDs.h> #include <LUFA/Drivers/Peripheral/ADC.h> #include <LUFA/Drivers/USB/USB.h> - #include <LUFA/Drivers/USB/Class/MIDI.h> /* Macros: */ /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */ 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. |
