summaryrefslogtreecommitdiff
path: root/include/driver/usbh_device_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver/usbh_device_driver.h')
-rw-r--r--include/driver/usbh_device_driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/driver/usbh_device_driver.h b/include/driver/usbh_device_driver.h
index 76e2619..eca8928 100644
--- a/include/driver/usbh_device_driver.h
+++ b/include/driver/usbh_device_driver.h
@@ -240,7 +240,6 @@ void device_xfer_control_read(void *data, uint16_t datalen, usbh_packet_callback
void device_xfer_control_write_setup(const void *data, uint16_t datalen, usbh_packet_callback_t callback, usbh_device_t *dev);
void device_xfer_control_write_data(const void *data, uint16_t datalen, usbh_packet_callback_t callback, usbh_device_t *dev);
-
END_DECLS
#endif