commit | cd27198727973157e31da41daf7e88f6f8e62eb7 | [log] [tgz] |
---|---|---|
author | Raffael Rostagno <raffael.rostagno@espressif.com> | Wed Jun 19 22:18:12 2024 -0300 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Aug 13 09:49:49 2024 +0100 |
tree | ca334193e4f54587360e701d9727d303935d819b | |
parent | f333c700df979ad5d9571db667fcce63a4c6834b [diff] |
intc: esp32c6: Fix for interrupt controller Fixes repeated allocation of interrupt sources by successive calls to esp_intr_alloc or esp_intr_enable for the same source. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>