diff options
Diffstat (limited to 'tmk_core/protocol')
| -rw-r--r-- | tmk_core/protocol/midi/qmk_midi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/midi/qmk_midi.c b/tmk_core/protocol/midi/qmk_midi.c index 6f6aced72..c18dbf993 100644 --- a/tmk_core/protocol/midi/qmk_midi.c +++ b/tmk_core/protocol/midi/qmk_midi.c | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | #include "usb_descriptor.h" | 5 | #include "usb_descriptor.h" |
| 6 | #include "process_midi.h" | 6 | #include "process_midi.h" |
| 7 | #if API_SYSEX_ENABLE | 7 | #if API_SYSEX_ENABLE |
| 8 | # include "api.h" | 8 | # include "api_sysex.h" |
| 9 | #endif | 9 | #endif |
| 10 | 10 | ||
| 11 | /******************************************************************************* | 11 | /******************************************************************************* |
