diff options
Diffstat (limited to 'tmk_core/protocol/chibios/main.c')
| -rw-r--r-- | tmk_core/protocol/chibios/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmk_core/protocol/chibios/main.c b/tmk_core/protocol/chibios/main.c index 4b66bc522..a61ffad12 100644 --- a/tmk_core/protocol/chibios/main.c +++ b/tmk_core/protocol/chibios/main.c | |||
| @@ -81,6 +81,9 @@ void raw_hid_task(void); | |||
| 81 | #ifdef CONSOLE_ENABLE | 81 | #ifdef CONSOLE_ENABLE |
| 82 | void console_task(void); | 82 | void console_task(void); |
| 83 | #endif | 83 | #endif |
| 84 | #ifdef MIDI_ENABLE | ||
| 85 | void midi_ep_task(void); | ||
| 86 | #endif | ||
| 84 | 87 | ||
| 85 | /* TESTING | 88 | /* TESTING |
| 86 | * Amber LED blinker thread, times are in milliseconds. | 89 | * Amber LED blinker thread, times are in milliseconds. |
| @@ -214,6 +217,9 @@ int main(void) { | |||
| 214 | #ifdef CONSOLE_ENABLE | 217 | #ifdef CONSOLE_ENABLE |
| 215 | console_task(); | 218 | console_task(); |
| 216 | #endif | 219 | #endif |
| 220 | #ifdef MIDI_ENABLE | ||
| 221 | midi_ep_task(); | ||
| 222 | #endif | ||
| 217 | #ifdef VIRTSER_ENABLE | 223 | #ifdef VIRTSER_ENABLE |
| 218 | virtser_task(); | 224 | virtser_task(); |
| 219 | #endif | 225 | #endif |
