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
@@ -979,7 +979,7 @@ void stmpe811_tscworker(FAR struct stmpe811_dev_s *priv, uint8_t intsta)
uint16_t y; /* Y position */
bool pendown; /* true: pen is down */
ASSERT(priv != NULL);
DEBUGASSERT(priv != NULL);
/* Cancel the missing pen up timer */