1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00

Merge pull request #17452 from Ollrogge/hid_pr

usbus/hid: Remove unimplemented function declaration
This commit is contained in:
benpicco 2022-01-03 01:07:43 +01:00 committed by GitHub
commit fadb4d9e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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
}
#endif