Change ASSERT(false) to DEBUGPANIC().
This commit is contained in:
parent
1f54842c1e
commit
5a102fb227
@ -169,7 +169,7 @@ int nxsem_post(FAR sem_t *sem)
|
|||||||
{
|
{
|
||||||
/* This should not happen. */
|
/* This should not happen. */
|
||||||
|
|
||||||
ASSERT(false);
|
DEBUGPANIC();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user