Merge pull request #3143 from Precidata/fix-epsize

Fix TUH_EPSIZE_BULK_MPS macro
This commit is contained in:
HiFiPhile
2025-06-09 18:15:33 +02:00
committed by GitHub

View File

@@ -42,7 +42,7 @@
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
// Endpoint Bulk size depending on host mx speed // Endpoint Bulk size depending on host mx speed
#define TUH_EPSIZE_BULK_MPS (TUD_OPT_HIGH_SPEED ? TUSB_EPSIZE_BULK_HS : TUSB_EPSIZE_BULK_FS) #define TUH_EPSIZE_BULK_MPS (TUH_OPT_HIGH_SPEED ? TUSB_EPSIZE_BULK_HS : TUSB_EPSIZE_BULK_FS)
// forward declaration // forward declaration
struct tuh_xfer_s; struct tuh_xfer_s;