mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
libs/libc: move the backtrace implement to sched
1. move the backtrace implement to sched 2. rename CONFIG_UNWINDER to CONFIG_SCHED_BACKTRACE Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ extern "C"
|
||||
#define EXTERN extern
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_UNWINDER)
|
||||
#if defined(CONFIG_SCHED_BACKTRACE)
|
||||
|
||||
/* Store up to SIZE return address of the current program state in
|
||||
* ARRAY and return the exact number of values stored.
|
||||
|
||||
Reference in New Issue
Block a user