summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/rn42.c4
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);