mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 05:14:27 +08:00
apa102: Remove unused variable
This commit is contained in:
committed by
Xiang Xiao
parent
8939350af1
commit
9b67c759cb
@@ -697,8 +697,6 @@ static int apa102_setcontrast(FAR struct lcd_dev_s *dev,
|
||||
|
||||
static inline void up_clear(FAR struct apa102_dev_s *priv)
|
||||
{
|
||||
int i;
|
||||
|
||||
/* Clear the framebuffer */
|
||||
|
||||
memset(priv->fb, APA102_BLACK, 4 * APA102_FBSIZE);
|
||||
|
||||
Reference in New Issue
Block a user