aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r--tmk_core/protocol/chibios/usb_main.c2
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
1102void virtser_init(void) {}
1103
1102void virtser_send(const uint8_t byte) { chnWrite(&drivers.serial_driver.driver, &byte, 1); } 1104void 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) {