diff options
Diffstat (limited to 'tmk_core/protocol/chibios')
| -rw-r--r-- | tmk_core/protocol/chibios/usb_main.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tmk_core/protocol/chibios/usb_main.c b/tmk_core/protocol/chibios/usb_main.c index 13b1e34d2..4c088e2b5 100644 --- a/tmk_core/protocol/chibios/usb_main.c +++ b/tmk_core/protocol/chibios/usb_main.c | |||
| @@ -953,15 +953,8 @@ void console_task(void) { | |||
| 953 | } while (size > 0); | 953 | } while (size > 0); |
| 954 | } | 954 | } |
| 955 | 955 | ||
| 956 | #else /* CONSOLE_ENABLE */ | ||
| 957 | int8_t sendchar(uint8_t c) { | ||
| 958 | (void)c; | ||
| 959 | return 0; | ||
| 960 | } | ||
| 961 | #endif /* CONSOLE_ENABLE */ | 956 | #endif /* CONSOLE_ENABLE */ |
| 962 | 957 | ||
| 963 | void _putchar(char character) { sendchar(character); } | ||
| 964 | |||
| 965 | #ifdef RAW_ENABLE | 958 | #ifdef RAW_ENABLE |
| 966 | void raw_hid_send(uint8_t *data, uint8_t length) { | 959 | void raw_hid_send(uint8_t *data, uint8_t length) { |
| 967 | // TODO: implement variable size packet | 960 | // TODO: implement variable size packet |
