diff options
| author | QMK Bot <hello@qmk.fm> | 2021-03-25 11:31:17 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-03-25 11:31:17 +0000 |
| commit | 2f6236d1eab8601f097d4acb0553a4511b5c4be7 (patch) | |
| tree | 23998365676a249e57acd29f4e8b4fde6c394352 /tmk_core/protocol | |
| parent | 921f1ba4cf9ec406ec723bbe3f51f65a7bb58e16 (diff) | |
| parent | a888057453db7a854549ec0d13f638392ffbcca8 (diff) | |
| download | qmk_firmware-2f6236d1eab8601f097d4acb0553a4511b5c4be7.tar.gz qmk_firmware-2f6236d1eab8601f097d4acb0553a4511b5c4be7.zip | |
Merge remote-tracking branch 'origin/master' into develop
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 | /******************************************************************************* |
