Change ASSERT(false) to DEBUGPANIC().

This commit is contained in:
Gregory Nutt
2018-01-19 09:07:19 -06:00
committed by Matt Thompson
parent 1f54842c1e
commit 5a102fb227
+1 -1
View File
@@ -169,7 +169,7 @@ int nxsem_post(FAR sem_t *sem)
{
/* This should not happen. */
ASSERT(false);
DEBUGPANIC();
}
}