diff --git a/firmware/drivers/m66591.c b/firmware/drivers/m66591.c index 8f29e04dc6..b70ff2ba7d 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 */