Replace all ASSERT with DEBUGASSERT to save the code space

This commit is contained in:
Xiang Xiao
2018-08-24 06:58:30 -06:00
committed by Gregory Nutt
parent 467d2a58ea
commit e1202d2ed3
129 changed files with 219 additions and 219 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ int nxterm_sempost(FAR struct nxterm_state_s *priv)
/* Make sure that I really hold the semaphore */
ASSERT(priv->holder == me);
DEBUGASSERT(priv->holder == me);
/* Then let go of it */