diff options
| author | hathach <[email protected]> | 2021-02-11 11:48:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-02-11 11:48:34 +0700 |
| commit | 9812cfc6c6ab98e600a1dd812d62e465ea3b99b4 (patch) | |
| tree | 4c8ef442c9b8ff305ac4123039355166b8a9cb48 /src | |
| parent | 919bb9ce38e2c2c7afc3f9c763cc76c0c47f3a85 (diff) | |
clean up
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 |
