We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d61077c + d533650 commit b203d9eCopy full SHA for b203d9e
src/host/usbh.h
@@ -42,7 +42,7 @@
42
//--------------------------------------------------------------------+
43
44
// Endpoint Bulk size depending on host mx speed
45
-#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)
46
47
// forward declaration
48
struct tuh_xfer_s;
0 commit comments