We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77cb8a commit ef62c70Copy full SHA for ef62c70
sched/misc/assert.c
@@ -438,7 +438,7 @@ static void dump_backtrace(FAR struct tcb_s *tcb, FAR void *arg)
438
* Name: dump_filelist
439
****************************************************************************/
440
441
-#ifdef CONFIG_DUMP_ON_EXIT
+#ifdef CONFIG_SCHED_DUMP_ON_EXIT
442
static void dump_filelist(FAR struct tcb_s *tcb, FAR void *arg)
443
{
444
FAR struct filelist *filelist = &tcb->group->tg_filelist;
@@ -528,7 +528,7 @@ static void dump_tasks(void)
528
nxsched_foreach(dump_backtrace, NULL);
529
#endif
530
531
532
nxsched_foreach(dump_filelist, NULL);
533
534
}
0 commit comments