diff options
Diffstat (limited to 'quantum/api/api_sysex.c')
| -rw-r--r-- | quantum/api/api_sysex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/api/api_sysex.c b/quantum/api/api_sysex.c index 6a2ee9012..89c66a2a2 100644 --- a/quantum/api/api_sysex.c +++ b/quantum/api/api_sysex.c | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | #include "api_sysex.h" | 16 | #include "api_sysex.h" |
| 17 | #include "sysex_tools.h" | 17 | #include "sysex_tools.h" |
| 18 | #include "print.h" | 18 | #include "print.h" |
| 19 | #include "qmk_midi.h" | ||
| 19 | 20 | ||
| 20 | void send_bytes_sysex(uint8_t message_type, uint8_t data_type, uint8_t * bytes, uint16_t length) { | 21 | void send_bytes_sysex(uint8_t message_type, uint8_t data_type, uint8_t * bytes, uint16_t length) { |
| 21 | // SEND_STRING("\nTX: "); | 22 | // SEND_STRING("\nTX: "); |
