mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
d11307b236
In irq_attach_thread.c and irq_attach_wqueue.c, there are static functions named irq_default_handler with the same name, which can be easily misunderstood. Therefore, they have been renamed to different functions. Signed-off-by: pangzhen1 <pangzhen1@xiaomi.com>