diff options
Diffstat (limited to 'protocol/lufa/lufa.h')
| -rw-r--r-- | protocol/lufa/lufa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol/lufa/lufa.h b/protocol/lufa/lufa.h index 195123c0f..505cb3279 100644 --- a/protocol/lufa/lufa.h +++ b/protocol/lufa/lufa.h | |||
| @@ -48,7 +48,7 @@ | |||
| 48 | #include <LUFA/Version.h> | 48 | #include <LUFA/Version.h> |
| 49 | #include <LUFA/Drivers/USB/USB.h> | 49 | #include <LUFA/Drivers/USB/USB.h> |
| 50 | #include "host.h" | 50 | #include "host.h" |
| 51 | 51 | #include "midi/midi.h" | |
| 52 | 52 | ||
| 53 | #ifdef __cplusplus | 53 | #ifdef __cplusplus |
| 54 | extern "C" { | 54 | extern "C" { |
| @@ -66,6 +66,7 @@ typedef struct { | |||
| 66 | uint16_t usage; | 66 | uint16_t usage; |
| 67 | } __attribute__ ((packed)) report_extra_t; | 67 | } __attribute__ ((packed)) report_extra_t; |
| 68 | 68 | ||
| 69 | MidiDevice midi_device; | ||
| 69 | 70 | ||
| 70 | #if LUFA_VERSION_INTEGER < 0x120730 | 71 | #if LUFA_VERSION_INTEGER < 0x120730 |
| 71 | /* old API 120219 */ | 72 | /* old API 120219 */ |
