summaryrefslogtreecommitdiff
path: root/firmware/drivers/m66591.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/m66591.c')
-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 8f29e04dc6..b70ff2ba7d 100644
--- a/firmware/drivers/m66591.c
+++ b/firmware/drivers/m66591.c
@@ -673,7 +673,7 @@ void usb_attach(void) {
673 673
674 /* Issue a h/w reset */ 674 /* Issue a h/w reset */
675 usb_init_device(); 675 usb_init_device();
676 usb_drv_init(); 676 usb_core_init();
677 677
678 /* USB Attach Process: This follows the flow diagram in the M66591GP 678 /* USB Attach Process: This follows the flow diagram in the M66591GP
679 * Reference Manual Rev 1.00, p. 77 */ 679 * Reference Manual Rev 1.00, p. 77 */