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 | |
parent | 921f1ba4cf9ec406ec723bbe3f51f65a7bb58e16 (diff) | |
parent | a888057453db7a854549ec0d13f638392ffbcca8 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core')
-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 6f6aced725..c18dbf9930 100644 --- a/tmk_core/protocol/midi/qmk_midi.c +++ b/tmk_core/protocol/midi/qmk_midi.c @@ -5,7 +5,7 @@ #include "usb_descriptor.h" #include "process_midi.h" #if API_SYSEX_ENABLE -# include "api.h" +# include "api_sysex.h" #endif /******************************************************************************* |