diff options
Diffstat (limited to 'app/include/zmk/usb.h')
-rw-r--r-- | app/include/zmk/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/include/zmk/usb.h b/app/include/zmk/usb.h index 30461de..62a7e3c 100644 --- a/app/include/zmk/usb.h +++ b/app/include/zmk/usb.h @@ -25,5 +25,5 @@ static inline bool zmk_usb_is_powered() { return zmk_usb_get_conn_state() != ZMK static inline bool zmk_usb_is_hid_ready() { return zmk_usb_get_conn_state() == ZMK_USB_CONN_HID; } #ifdef CONFIG_ZMK_USB -int zmk_usb_hid_send_report(const u8_t *report, size_t len); +int zmk_usb_hid_send_report(const uint8_t *report, size_t len); #endif /* CONFIG_ZMK_USB */
\ No newline at end of file |