mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 19:13:51 +01:00
usbus/hid: Remove unimplemented function declaration
This commit is contained in:
parent
0ada4f3a1c
commit
8ec310b085
@ -114,13 +114,6 @@ void usbus_hid_init(usbus_t *usbus, usbus_hid_device_t *hid,
|
|||||||
size_t usbus_hid_submit(usbus_hid_device_t *hid, const uint8_t *buf,
|
size_t usbus_hid_submit(usbus_hid_device_t *hid, const uint8_t *buf,
|
||||||
size_t len);
|
size_t len);
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Flush the buffer to the USB host
|
|
||||||
*
|
|
||||||
* @param[in] hid USBUS HID handler context
|
|
||||||
*/
|
|
||||||
void usbus_hid_flush(usbus_hid_device_t *hid);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user