[LL][USB] Remove useless software setting to setup the frame interval at 80% Signed-off-by: Aymen Bouattay <aymen.bouattay@st.com>
diff --git a/Src/stm32f7xx_ll_usb.c b/Src/stm32f7xx_ll_usb.c index 2a575a9..947e13c 100644 --- a/Src/stm32f7xx_ll_usb.c +++ b/Src/stm32f7xx_ll_usb.c
@@ -359,9 +359,6 @@ /* Restart the Phy Clock */ USBx_PCGCCTL = 0U; - /* Device mode configuration */ - USBx_DEVICE->DCFG |= DCFG_FRAME_INTERVAL_80; - if (cfg.phy_itface == USB_OTG_ULPI_PHY) { if (cfg.speed == USBD_HS_SPEED)