mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 01:44:23 +08:00
`up_check_intstack` exists only when CONFIG_ARCH_INTERRUPTSTACK is greater than 0, so the irq should first determine whether CONFIG_ARCH_INTERRUPTSTACK is greater than 0 to determine whether up_check_intstack can be called. Signed-off-by: guoshengyuan1 <guoshengyuan1@xiaomi.com>