diff --git a/configs b/configs index 3ffa4248539..521652bd7fc 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit 3ffa42485392801e69a4a17e1dab42b6174a9332 +Subproject commit 521652bd7fcedc8c92e928fccb8c493f30456b59 diff --git a/sched/sched/sched_setpriority.c b/sched/sched/sched_setpriority.c index ba969eb13fd..9e2c9384aa9 100644 --- a/sched/sched/sched_setpriority.c +++ b/sched/sched/sched_setpriority.c @@ -185,7 +185,7 @@ static void sched_readytorun_setpriority(FAR struct tcb_s *tcb, /* Put it back into the correct ready-to-run task list */ - DEBUGASSERT(!sched_addreadytorun(tcb)); + ASSERT(!sched_addreadytorun(tcb)); } }