diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/device/usbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 10fd4612d..0c2d7b2ea 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -1113,7 +1113,6 @@ bool usbd_edpt_open(uint8_t rhport, tusb_desc_endpoint_t const * desc_ep) break; case TUSB_XFER_BULK: - if (_usbd_dev.speed == TUSB_SPEED_HIGH) { // Bulk highspeed must be EXACTLY 512 |
