From 8ec310b08594037d7490da8d760fb1874dd1d54c Mon Sep 17 00:00:00 2001 From: Ollrogge Date: Mon, 27 Dec 2021 21:18:43 +0100 Subject: [PATCH] usbus/hid: Remove unimplemented function declaration --- sys/include/usb/usbus/hid.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sys/include/usb/usbus/hid.h b/sys/include/usb/usbus/hid.h index f05191a988..d70f89158e 100644 --- a/sys/include/usb/usbus/hid.h +++ b/sys/include/usb/usbus/hid.h @@ -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