diff options
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/protocol/chibios/usb_main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tmk_core/protocol/chibios/usb_main.c b/tmk_core/protocol/chibios/usb_main.c index 65bd291be..66985b9de 100644 --- a/tmk_core/protocol/chibios/usb_main.c +++ b/tmk_core/protocol/chibios/usb_main.c | |||
| @@ -796,9 +796,7 @@ int8_t sendchar(uint8_t c) { | |||
| 796 | } | 796 | } |
| 797 | #endif /* CONSOLE_ENABLE */ | 797 | #endif /* CONSOLE_ENABLE */ |
| 798 | 798 | ||
| 799 | void _putchar(char character) { | 799 | void _putchar(char character) { sendchar(character); } |
| 800 | sendchar(character); | ||
| 801 | } | ||
| 802 | 800 | ||
| 803 | #ifdef RAW_ENABLE | 801 | #ifdef RAW_ENABLE |
| 804 | void raw_hid_send(uint8_t *data, uint8_t length) { | 802 | void raw_hid_send(uint8_t *data, uint8_t length) { |
