remove 100us delay at the end of dcd_init()

This commit is contained in:
hathach 2020-04-10 15:39:59 +07:00
parent 30945ab9f3
commit 978eec73b3
1 changed files with 0 additions and 2 deletions

View File

@ -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)