diff options
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.h')
-rw-r--r-- | tmk_core/protocol/lufa/lufa.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tmk_core/protocol/lufa/lufa.h b/tmk_core/protocol/lufa/lufa.h index 348a84c03..6a5205609 100644 --- a/tmk_core/protocol/lufa/lufa.h +++ b/tmk_core/protocol/lufa/lufa.h | |||
@@ -56,14 +56,3 @@ extern host_driver_t lufa_driver; | |||
56 | #ifdef __cplusplus | 56 | #ifdef __cplusplus |
57 | } | 57 | } |
58 | #endif | 58 | #endif |
59 | |||
60 | #ifdef API_ENABLE | ||
61 | # include "api.h" | ||
62 | #endif | ||
63 | |||
64 | #ifdef API_SYSEX_ENABLE | ||
65 | # include "api_sysex.h" | ||
66 | // Allocate space for encoding overhead. | ||
67 | // The header and terminator are not stored to save a few bytes of precious ram | ||
68 | # define MIDI_SYSEX_BUFFER (API_SYSEX_MAX_SIZE + API_SYSEX_MAX_SIZE / 7 + (API_SYSEX_MAX_SIZE % 7 ? 1 : 0)) | ||
69 | #endif | ||