mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
sched: modify CONFIG_DUMP_ON_EXIT to CONFIG_SCHED_DUMP_ON_EXIT
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
+1
-1
@@ -378,7 +378,7 @@ void files_initlist(FAR struct filelist *list)
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_DUMP_ON_EXIT
|
||||
#ifdef CONFIG_SCHED_DUMP_ON_EXIT
|
||||
void files_dumplist(FAR struct filelist *list)
|
||||
{
|
||||
int count = files_countlist(list);
|
||||
|
||||
@@ -886,7 +886,7 @@ void files_initlist(FAR struct filelist *list);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_DUMP_ON_EXIT
|
||||
#ifdef CONFIG_SCHED_DUMP_ON_EXIT
|
||||
void files_dumplist(FAR struct filelist *list);
|
||||
#else
|
||||
# define files_dumplist(l)
|
||||
|
||||
Reference in New Issue
Block a user