mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-12 23:52:38 +00:00

On RISC-V targets, when allocating a shared interrupt, the provided level would override the current level of the allocated interrupt. As such, a medium level interrupt could become a low level one and vice versa.