usb_serial_jtag: enable blocking implementation on esp32s3

This commit is contained in:
Cao Sen Miao
2021-07-29 09:57:47 +08:00
parent f5266c1066
commit 24529a6aec
5 changed files with 8 additions and 19 deletions

View File

@@ -154,7 +154,7 @@ typedef enum {
ETS_BACKUP_PMS_VIOLATE_INTR_SOURCE,
ETS_CACHE_CORE0_ACS_INTR_SOURCE,
ETS_CACHE_CORE1_ACS_INTR_SOURCE,
ETS_USB_DEVICE_INTR_SOURCE,
ETS_USB_SERIAL_JTAG_INTR_SOURCE,
ETS_PREI_BACKUP_INTR_SOURCE,
ETS_DMA_EXTMEM_REJECT_SOURCE,
ETS_MAX_INTR_SOURCE, /**< number of interrupt sources */