apa102: Remove unused variable

This commit is contained in:
Alan Carvalho de Assis 2022-08-14 10:30:33 -03:00 committed by Xiang Xiao
parent 8939350af1
commit 9b67c759cb

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);