mirror of
https://github.com/apache/nuttx.git
synced 2026-09-19 12:21:54 +08:00
Change ASSERT(false) to DEBUGPANIC().
This commit is contained in:
@@ -169,7 +169,7 @@ int nxsem_post(FAR sem_t *sem)
|
||||
{
|
||||
/* This should not happen. */
|
||||
|
||||
ASSERT(false);
|
||||
DEBUGPANIC();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user