summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTinic Uro <[email protected]>2024-05-29 13:23:18 -0700
committerTinic Uro <[email protected]>2024-05-29 13:23:18 -0700
commit2e946ac77a8fda2b4b36c19df5294cd7213d46aa (patch)
tree750e354a29aeb78cdc2dbcba4fad0aca1ca6c37c /src
parent22e6b1130fa60b76ed0a1d9b6cc049179606c48c (diff)
Use correct specs.
Diffstat (limited to 'src')
-rw-r--r--src/portable/synopsys/dwc2/dwc2_stm32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/portable/synopsys/dwc2/dwc2_stm32.h b/src/portable/synopsys/dwc2/dwc2_stm32.h
index 5743569db..4f311782d 100644
--- a/src/portable/synopsys/dwc2/dwc2_stm32.h
+++ b/src/portable/synopsys/dwc2/dwc2_stm32.h
@@ -91,8 +91,8 @@ extern "C" {
// U53x/U54x are fullspeed with built-in FS PHY but not OTG
#elif defined(USB_DRD_FS)
#define USB_DRD_FS_PERIPH_BASE USB_DRD_BASE
- #define EP_MAX_FS 6
- #define EP_FIFO_SIZE_FS 1280
+ #define EP_MAX_FS 8
+ #define EP_FIFO_SIZE_FS 2048
// U59x/5Ax/5Fx/5Gx are highspeed with built-in HS PHY
#else
#define USB_OTG_HS_PERIPH_BASE USB_OTG_HS_BASE