diff options
| author | Ryan <fauxpark@gmail.com> | 2021-03-25 22:30:42 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 22:30:42 +1100 |
| commit | eae73437412d314a7c00b45ce11da26ffcb22e16 (patch) | |
| tree | 8301a29bc79fa3e20a0ec8d4de5fcca9a28c27a0 /tmk_core/protocol/midi | |
| parent | c59fb1b477c4877fc29aeec8fe5f98dbf8788369 (diff) | |
| download | qmk_firmware-eae73437412d314a7c00b45ce11da26ffcb22e16.tar.gz qmk_firmware-eae73437412d314a7c00b45ce11da26ffcb22e16.zip | |
Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302)
Diffstat (limited to 'tmk_core/protocol/midi')
| -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 | /******************************************************************************* |
