mirror of
https://github.com/apache/nuttx.git
synced 2026-08-30 05:40:37 +00:00
apa102: Remove unused variable
This commit is contained in:
parent
8939350af1
commit
9b67c759cb
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue