forked from mirrors/qmk_firmware
[CI] Format code according to conventions (#15541)
This commit is contained in:
parent
77d3e564f7
commit
f5995901b0
1 changed files with 1 additions and 3 deletions
|
@ -61,9 +61,7 @@ static inline uint16_t rn42_consumer_usage_to_bitmap(uint16_t usage) {
|
|||
}
|
||||
}
|
||||
|
||||
void rn42_init(void) {
|
||||
uart_init(RN42_BAUD_RATE);
|
||||
}
|
||||
void rn42_init(void) { uart_init(RN42_BAUD_RATE); }
|
||||
|
||||
void rn42_send_keyboard(report_keyboard_t *report) {
|
||||
uart_write(0xFD);
|
||||
|
|
Loading…
Reference in a new issue