mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-29 05:38:42 +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.