forked from nuttx/nuttx-update
sched: modify CONFIG_DUMP_ON_EXIT to CONFIG_SCHED_DUMP_ON_EXIT
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
parent
be17bf2f86
commit
c23878e442
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue