File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ USBD_StatusTypeDef USBD_LL_Init(USBD_HandleTypeDef *pdev)
517
517
hpcd .Init .lpm_enable = 0 ;
518
518
hpcd .Init .battery_charging_enable = 0 ;
519
519
hpcd .Init .phy_itface = PCD_PHY_EMBEDDED ;
520
- hpcd .Init .Sof_enable = 0 ;
520
+ hpcd .Init .Sof_enable = 1 ;
521
521
hpcd .Init .speed = PCD_SPEED_FULL ;
522
522
hpcd .Init .vbus_sensing_enable = 1 ;
523
523
/* Link The driver to the stack */
@@ -542,7 +542,7 @@ USBD_StatusTypeDef USBD_LL_Init(USBD_HandleTypeDef *pdev)
542
542
hpcd .Init .speed = PCD_SPEED_FULL ;
543
543
hpcd .Init .ep0_mps = DEP0CTL_MPS_64 ;
544
544
hpcd .Init .phy_itface = PCD_PHY_EMBEDDED ;
545
- hpcd .Init .Sof_enable = 0 ;
545
+ hpcd .Init .Sof_enable = 1 ;
546
546
hpcd .Init .low_power_enable = 0 ;
547
547
hpcd .Init .lpm_enable = 0 ;
548
548
hpcd .Init .battery_charging_enable = 0 ;
You can’t perform that action at this time.
0 commit comments