File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ if (pdev->id == USB_PHY_HS_ID)
429
429
pcd_hs_handle .Init .dma_enable = 0 ;
430
430
pcd_hs_handle .Init .low_power_enable = 0 ;
431
431
pcd_hs_handle .Init .phy_itface = PCD_PHY_EMBEDDED ;
432
- pcd_hs_handle .Init .Sof_enable = 0 ;
432
+ pcd_hs_handle .Init .Sof_enable = 1 ;
433
433
pcd_hs_handle .Init .speed = PCD_SPEED_HIGH_IN_FULL ;
434
434
#if !defined(MICROPY_HW_USB_VBUS_DETECT_PIN )
435
435
pcd_hs_handle .Init .vbus_sensing_enable = 0 ; // No VBUS Sensing on USB0
@@ -463,7 +463,7 @@ if (pdev->id == USB_PHY_HS_ID)
463
463
464
464
pcd_hs_handle .Init .low_power_enable = 0 ;
465
465
pcd_hs_handle .Init .phy_itface = PCD_PHY_ULPI ;
466
- pcd_hs_handle .Init .Sof_enable = 0 ;
466
+ pcd_hs_handle .Init .Sof_enable = 1 ;
467
467
pcd_hs_handle .Init .speed = PCD_SPEED_HIGH ;
468
468
pcd_hs_handle .Init .vbus_sensing_enable = 1 ;
469
469
/* Link The driver to the stack */
You can’t perform that action at this time.
0 commit comments