apa102: Remove unused variable

This commit is contained in:
Alan Carvalho de Assis
2022-08-15 00:32:42 +08:00
committed by Xiang Xiao
parent 8939350af1
commit 9b67c759cb
-2
View File
@@ -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);