diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-21 22:09:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 17:09:50 +1100 |
commit | f5995901b04d74ad1078dc1c3e6f54e5911a1c0a (patch) | |
tree | e8821a95ebcf0641c7e9b65e812cd118508b7a83 /drivers | |
parent | 77d3e564f723c12f2ffb501553b1e78bbe0ea84a (diff) | |
download | qmk_firmware-f5995901b04d74ad1078dc1c3e6f54e5911a1c0a.tar.gz qmk_firmware-f5995901b04d74ad1078dc1c3e6f54e5911a1c0a.zip |
[CI] Format code according to conventions (#15541)
Diffstat (limited to 'drivers')
-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); |