mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 05:09:00 +00:00
Change ASSERT(false) to DEBUGPANIC().
This commit is contained in:
parent
f012fe96cb
commit
be3c2d1e36
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ int nxsem_post(FAR sem_t *sem)
|
|||
{
|
||||
/* This should not happen. */
|
||||
|
||||
ASSERT(false);
|
||||
DEBUGPANIC();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue