diff --git a/components/esp32/dport_access.c b/components/esp32/dport_access.c index cad078386..f7435a164 100644 --- a/components/esp32/dport_access.c +++ b/components/esp32/dport_access.c @@ -255,8 +255,8 @@ uint32_t IRAM_ATTR esp_dport_access_reg_read(uint32_t reg) uint32_t apb; unsigned int intLvl; __asm__ __volatile__ (\ - "movi %[APB], "XTSTR(0x3ff40078)"\n"\ "rsil %[LVL], "XTSTR(CONFIG_ESP32_DPORT_DIS_INTERRUPT_LVL)"\n"\ + "movi %[APB], "XTSTR(0x3ff40078)"\n"\ "l32i %[APB], %[APB], 0\n"\ "l32i %[REG], %[REG], 0\n"\ "wsr %[LVL], "XTSTR(PS)"\n"\