~ruther/qmk_firmware

1ff526dac0e73ea8cce522d0106631e3a748802c — QMK Bot 5 years ago e17b55e
format code according to conventions [skip ci]
1 files changed, 1 insertions(+), 3 deletions(-)

M tmk_core/protocol/chibios/usb_main.c
M tmk_core/protocol/chibios/usb_main.c => tmk_core/protocol/chibios/usb_main.c +1 -3
@@ 796,9 796,7 @@ int8_t sendchar(uint8_t c) {
}
#endif /* CONSOLE_ENABLE */

void _putchar(char character) {
    sendchar(character);
}
void _putchar(char character) { sendchar(character); }

#ifdef RAW_ENABLE
void raw_hid_send(uint8_t *data, uint8_t length) {