qmk cformat on develop (#9501)
This commit is contained in:
committed by
Drashna Jael're
parent
ce09c5c922
commit
0f599bb7ef
@@ -847,9 +847,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) {
|
||||
|
||||
Reference in New Issue
Block a user