diff options
Diffstat (limited to 'include/zmk/usb_hid.h')
-rw-r--r-- | include/zmk/usb_hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zmk/usb_hid.h b/include/zmk/usb_hid.h index 893e7e4..5d7c744 100644 --- a/include/zmk/usb_hid.h +++ b/include/zmk/usb_hid.h @@ -9,6 +9,6 @@ int zmk_usb_hid_init(); -int zmk_usb_hid_send_report(const struct zmk_hid_report *report); +int zmk_usb_hid_send_report(u8_t *report, size_t len); #endif |