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