diff options
| author | hathach <[email protected]> | 2025-06-12 11:02:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-06-12 11:02:54 +0700 |
| commit | 386f33807ace91f43750afbf68993821f3576aa5 (patch) | |
| tree | bb26ba050ee85a5ece071f5e6a8f1dfcb6eb68de /src/host | |
| parent | b956d10487e537dd1827a60c6786a490fd762dc4 (diff) | |
| parent | 170de855a36dd329911e53e1e9e29fb161867821 (diff) | |
Merge branch 'master' into fork/james-advatek/stm32n657nucleo
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.h b/src/host/usbh.h index 6f34d8bb3..13eede869 100644 --- a/src/host/usbh.h +++ b/src/host/usbh.h @@ -42,7 +42,7 @@ //--------------------------------------------------------------------+ // 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 struct tuh_xfer_s; |
