mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
47b2e00d51
If sched lock before irq save, and irq handler do post, scheduler will be delayed after WFI until next sched unlock. which is not acceptable. Signed-off-by: buxiasen <buxiasen@xiaomi.com>