From f20883fef1bc9980d86682a05f763f12679b8c45 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 10 Sep 2022 06:36:39 +1000 Subject: RN42 driver: small cleanups (#18310) * RN42 driver: small cleanups * Include header * Fix mouse report per RN42 UG * Spacing for consistency --- drivers/bluetooth/rn42.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'drivers/bluetooth/rn42.h') diff --git a/drivers/bluetooth/rn42.h b/drivers/bluetooth/rn42.h index 4747759111..89b716bfcd 100644 --- a/drivers/bluetooth/rn42.h +++ b/drivers/bluetooth/rn42.h @@ -14,6 +14,8 @@ * along with this program. If not, see . */ +#include + #include "report.h" void rn42_init(void); @@ -22,4 +24,4 @@ void rn42_send_keyboard(report_keyboard_t *report); void rn42_send_mouse(report_mouse_t *report); -void rn42_send_consumer(uint16_t data); +void rn42_send_consumer(uint16_t usage); -- cgit v1.2.3