aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-11-18 06:26:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-11-18 06:26:51 +0000
commiteb2e883fd35b5332a7425488105a7adb500ce3fe (patch)
treefb56521b575c979681147b3ae80a8c63a881544b /Projects
parent3e044872790072838c2d1d0370b98b6ebf4fea93 (diff)
downloadlufa-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')
-rw-r--r--Projects/MIDIToneGenerator/MIDIToneGenerator.h1
-rw-r--r--Projects/Webserver/Lib/uip/uip-split.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/Projects/MIDIToneGenerator/MIDIToneGenerator.h b/Projects/MIDIToneGenerator/MIDIToneGenerator.h
index 27cb84dc9..cf04b9f9a 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 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.