summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/usbd_hid_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/usbd_hid_interface.h')
-rw-r--r--stmhal/usbd_hid_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/usbd_hid_interface.h b/stmhal/usbd_hid_interface.h
index 959c46ff8a..fbc874796e 100644
--- a/stmhal/usbd_hid_interface.h
+++ b/stmhal/usbd_hid_interface.h
@@ -7,4 +7,4 @@
extern const USBD_HID_ItfTypeDef USBD_HID_fops;
int USBD_HID_RxNum(void);
-int USBD_HID_Rx(uint8_t *buf, uint32_t len, uint32_t timeout);
+int USBD_HID_Rx(USBD_HandleTypeDef *pdev, uint8_t *buf, uint32_t len, uint32_t timeout);