feat(bootloader): Boot close IRQ with level 3

This commit is contained in:
Dong Heng
2022-05-13 19:40:09 +08:00
parent e5618e99d9
commit c7fcac9b45

View File

@ -31,7 +31,11 @@ static inline esp_irqflag_t soc_save_local_irq(void)
esp_irqflag_t flag;
__asm__ __volatile__(
#ifdef BOOTLOADER_BUILD
"rsil %0, 3\n"
#else
"rsil %0, 1\n"
#endif
: "=a"(flag)
:
: "memory"