| commit | bb746cdcc53a89b378b3af2ce39de5f737cd7e8b | [log] [tgz] |
|---|---|---|
| author | Raffael Rostagno <raffael.rostagno@espressif.com> | Fri Jun 28 09:08:33 2024 -0300 |
| committer | Anas Nashif <anas.nashif@intel.com> | Thu Aug 22 14:25:25 2024 -0400 |
| tree | d82542d94acf78de2db33f373a75c000ed512418 | |
| parent | 0b3a34cdca48b71ce6c047a8ac2a03979a81f0d9 [diff] |
drivers: esp32: esp_intr_alloc return condition Add checks to return value of esp_intr_alloc to avoid drivers init returning 0 when interrupt allocation fails. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>