diff options
| author | QMK Bot | 2021-12-22 07:09:50 +0100 |
|---|---|---|
| committer | GitHub | 2021-12-22 07:09:50 +0100 |
| commit | f5995901b04d74ad1078dc1c3e6f54e5911a1c0a (patch) | |
| tree | e8821a95ebcf0641c7e9b65e812cd118508b7a83 | |
| parent | 77d3e564f723c12f2ffb501553b1e78bbe0ea84a (diff) | |
[CI] Format code according to conventions (#15541)
| -rw-r--r-- | drivers/bluetooth/rn42.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/bluetooth/rn42.c b/drivers/bluetooth/rn42.c index ee4c8c330e..2ef40bb7e0 100644 --- a/drivers/bluetooth/rn42.c +++ b/drivers/bluetooth/rn42.c @@ -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); |