Skip to content

Commit 2bc7973

Browse files
authored
Merge branch 'espressif:release/v2.x' into release/v2.x
2 parents cc7b553 + 995d3e9 commit 2bc7973

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/esp32/HWCDC.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ void HWCDC::begin(unsigned long baud)
186186
}
187187
}
188188
usb_serial_jtag_ll_disable_intr_mask(USB_SERIAL_JTAG_LL_INTR_MASK);
189-
usb_serial_jtag_ll_clr_intsts_mask(USB_SERIAL_JTAG_LL_INTR_MASK);
190189
usb_serial_jtag_ll_ena_intr_mask(USB_SERIAL_JTAG_INTR_SERIAL_IN_EMPTY | USB_SERIAL_JTAG_INTR_SERIAL_OUT_RECV_PKT | USB_SERIAL_JTAG_INTR_BUS_RESET);
191190
if(!intr_handle && esp_intr_alloc(ETS_USB_SERIAL_JTAG_INTR_SOURCE, 0, hw_cdc_isr_handler, NULL, &intr_handle) != ESP_OK){
192191
isr_log_e("HW USB CDC failed to init interrupts");

0 commit comments

Comments
 (0)