mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Replace all ASSERT with DEBUGASSERT to save the code space
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user