summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/m66591.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/m66591.c b/firmware/drivers/m66591.c
index 8f29e04..b70ff2b 100644
--- a/firmware/drivers/m66591.c
+++ b/firmware/drivers/m66591.c
@@ -673,7 +673,7 @@ void usb_attach(void) {
/* Issue a h/w reset */
usb_init_device();
- usb_drv_init();
+ usb_core_init();
/* USB Attach Process: This follows the flow diagram in the M66591GP
* Reference Manual Rev 1.00, p. 77 */