diff options
Diffstat (limited to 'tmk_core/protocol')
| -rw-r--r-- | tmk_core/protocol/chibios/usb_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/protocol/chibios/usb_main.c b/tmk_core/protocol/chibios/usb_main.c index a7db3e3ab..ac46a9312 100644 --- a/tmk_core/protocol/chibios/usb_main.c +++ b/tmk_core/protocol/chibios/usb_main.c | |||
| @@ -1099,6 +1099,8 @@ void midi_ep_task(void) { | |||
| 1099 | 1099 | ||
| 1100 | #ifdef VIRTSER_ENABLE | 1100 | #ifdef VIRTSER_ENABLE |
| 1101 | 1101 | ||
| 1102 | void virtser_init(void) {} | ||
| 1103 | |||
| 1102 | void virtser_send(const uint8_t byte) { chnWrite(&drivers.serial_driver.driver, &byte, 1); } | 1104 | void virtser_send(const uint8_t byte) { chnWrite(&drivers.serial_driver.driver, &byte, 1); } |
| 1103 | 1105 | ||
| 1104 | __attribute__((weak)) void virtser_recv(uint8_t c) { | 1106 | __attribute__((weak)) void virtser_recv(uint8_t c) { |
