Disable a possibly-bogus assertion that is bringing us a lot of grief right now.

This commit is contained in:
px4dev
2012-08-28 21:13:40 -07:00
parent 1e90fd5bec
commit 952f862dad
+1 -1
View File
@@ -450,7 +450,7 @@ static int sem_restoreholderprio(FAR struct semholder_s *pholder, FAR sem_t *sem
* priorities back to the base priority.
*/
DEBUGASSERT(htcb->sched_priority == stcb->sched_priority && htcb->npend_reprio == 0);
//DEBUGASSERT(htcb->sched_priority == stcb->sched_priority && htcb->npend_reprio == 0);
sched_reprioritize(htcb, htcb->base_priority);
}