mirror of
https://github.com/apache/nuttx.git
synced 2026-06-13 14:43:51 +08:00
c9e3a0669f
Before directly use sched_backtrace() with SCHED_BACKTRACE disable will lead compile error, this commit avoid this problem by define sched_backtrace to 0 when CONFIG_SCHED_BACKTRACE not enable. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>