mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Change ASSERT(false) to DEBUGPANIC().
This commit is contained in:
committed by
Matt Thompson
parent
1f54842c1e
commit
5a102fb227
@@ -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