diff options
| author | hathach <[email protected]> | 2020-04-10 15:39:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-10 15:39:59 +0700 |
| commit | 978eec73b350ae5a52e47036c0dec163172944fa (patch) | |
| tree | 99f0626c3d11f6a9b9e8833262c1daa01cacbe6a /src | |
| parent | 30945ab9f3f7c96725e1cabbe084836b48a113b5 (diff) | |
remove 100us delay at the end of dcd_init()
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/espressif/esp32s2/dcd_esp32s2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/portable/espressif/esp32s2/dcd_esp32s2.c b/src/portable/espressif/esp32s2/dcd_esp32s2.c index 328ec2fb9..26895c204 100644 --- a/src/portable/espressif/esp32s2/dcd_esp32s2.c +++ b/src/portable/espressif/esp32s2/dcd_esp32s2.c @@ -198,8 +198,6 @@ void dcd_init(uint8_t rhport) ESP_LOGV(TAG, "DCD init - Soft CONNECT"); USB0.dctl &= ~USB_SFTDISCON_M; // Connect - - ets_delay_us(100); } void dcd_set_address(uint8_t rhport, uint8_t dev_addr) |
