projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added extra note about missing OUT endpoint configuration to the HID Device mode...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Host
/
MIDI.c
diff --git
a/LUFA/Drivers/USB/Class/Host/MIDI.c
b/LUFA/Drivers/USB/Class/Host/MIDI.c
index
542700b
..
43df5cc
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Host/MIDI.c
+++ b/
LUFA/Drivers/USB/Class/Host/MIDI.c
@@
-31,6
+31,9
@@
#include "../../HighLevel/USBMode.h"
\r
#if defined(USB_CAN_BE_HOST)
\r
\r
#include "../../HighLevel/USBMode.h"
\r
#if defined(USB_CAN_BE_HOST)
\r
\r
+#define INCLUDE_FROM_MIDI_CLASS_HOST_C
\r
#include "MIDI.h"
\r
\r
#include "MIDI.h"
\r
\r
+#warning The MIDI Host mode Class driver is currently incomplete and is for preview purposes only.
\r
+
\r
#endif
\r
#endif
\r