Merge pull request #3143 from Precidata/fix-epsize
Fix TUH_EPSIZE_BULK_MPS macro
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user