diff options
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.h')
-rw-r--r-- | tmk_core/protocol/lufa/lufa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/lufa.h b/tmk_core/protocol/lufa/lufa.h index a049fd43c..a51573786 100644 --- a/tmk_core/protocol/lufa/lufa.h +++ b/tmk_core/protocol/lufa/lufa.h | |||
@@ -49,7 +49,7 @@ | |||
49 | #include <LUFA/Drivers/USB/USB.h> | 49 | #include <LUFA/Drivers/USB/USB.h> |
50 | #include "host.h" | 50 | #include "host.h" |
51 | #ifdef MIDI_ENABLE | 51 | #ifdef MIDI_ENABLE |
52 | #include "midi.h" | 52 | #include "process_midi.h" |
53 | #endif | 53 | #endif |
54 | #ifdef __cplusplus | 54 | #ifdef __cplusplus |
55 | extern "C" { | 55 | extern "C" { |