1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-04-01 10:20:38 +00:00

Use correct specs.

This commit is contained in:
Tinic Uro 2024-05-29 13:23:18 -07:00
parent 22e6b1130f
commit 2e946ac77a

@ -91,8 +91,8 @@ extern "C" {
// U53x/U54x are fullspeed with built-in FS PHY but not OTG // U53x/U54x are fullspeed with built-in FS PHY but not OTG
#elif defined(USB_DRD_FS) #elif defined(USB_DRD_FS)
#define USB_DRD_FS_PERIPH_BASE USB_DRD_BASE #define USB_DRD_FS_PERIPH_BASE USB_DRD_BASE
#define EP_MAX_FS 6 #define EP_MAX_FS 8
#define EP_FIFO_SIZE_FS 1280 #define EP_FIFO_SIZE_FS 2048
// U59x/5Ax/5Fx/5Gx are highspeed with built-in HS PHY // U59x/5Ax/5Fx/5Gx are highspeed with built-in HS PHY
#else #else
#define USB_OTG_HS_PERIPH_BASE USB_OTG_HS_BASE #define USB_OTG_HS_PERIPH_BASE USB_OTG_HS_BASE