diff options
| author | Pavol Rusnak | 2016-12-28 18:56:03 +0100 |
|---|---|---|
| committer | Damien George | 2017-01-19 12:34:58 +1100 |
| commit | 6ace84b08962baff5baae09443e9d4f968d11e84 (patch) | |
| tree | 534ed310557d0859c2784425adb276256c446201 /stmhal/usbd_hid_interface.h | |
| parent | 89f2b620164c72f522613997a15d7427f693409b (diff) | |
stmhal: Implement ioctl for USB HID read.
Diffstat (limited to 'stmhal/usbd_hid_interface.h')
| -rw-r--r-- | stmhal/usbd_hid_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/usbd_hid_interface.h b/stmhal/usbd_hid_interface.h index 9cdf32549..959c46ff8 100644 --- a/stmhal/usbd_hid_interface.h +++ b/stmhal/usbd_hid_interface.h @@ -6,4 +6,5 @@ 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);
|
