mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 13:16:28 +08:00
ec243f0f6b
Interrupts have to be disabled if interrupt worker processes them, otherwise assertion may occur as another interrupt tries to queue worker that is not available (because it processes previous interrupts). Interrupts are re-enabled after the worker leaves the loop processing previous interrupts. Signed-off-by: Michal Lenc <michallenc@seznam.cz>