summaryrefslogtreecommitdiff
path: root/src/usbh_core.c
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2016-09-09 18:33:26 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2016-09-11 13:31:48 +0200
commit8946cb522b10465d3fe3a9846158dbff4e924240 (patch)
tree42f27a561840d060a212028d3ebc5102ddbfce66 /src/usbh_core.c
parentdecb2d817d806e8ed6e77cf215e4adfef4767a50 (diff)
downloadsecure-hid-8946cb522b10465d3fe3a9846158dbff4e924240.tar.gz
secure-hid-8946cb522b10465d3fe3a9846158dbff4e924240.tar.bz2
secure-hid-8946cb522b10465d3fe3a9846158dbff4e924240.zip
lld: rework low level driver initialization
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
Diffstat (limited to 'src/usbh_core.c')
-rw-r--r--src/usbh_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usbh_core.c b/src/usbh_core.c
index 5448d6c..88fd665 100644
--- a/src/usbh_core.c
+++ b/src/usbh_core.c
@@ -176,7 +176,7 @@ static void device_register(void *descriptors, uint16_t descriptors_len, usbh_de
LOG_PRINTF("Device NOT Initialized\n");
}
-void usbh_init(const void *low_level_drivers[], const usbh_dev_driver_t * const device_drivers[])
+void usbh_init(const usbh_low_level_driver_t * const low_level_drivers[], const usbh_dev_driver_t * const device_drivers[])
{
if (!low_level_drivers) {
return;