1
0
Fork 0

[CI] Format code according to conventions (#15541)

This commit is contained in:
QMK Bot 2021-12-21 22:09:50 -08:00 committed by GitHub
parent 77d3e564f7
commit f5995901b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);