Skip to content

Commit

Permalink
minor booboo
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnubob committed Apr 29, 2012
1 parent 5041713 commit 72309ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WS2801.cpp
Expand Up @@ -48,7 +48,7 @@ void WS2801::set_pixels(uint8_t *data, bool _refresh)
{
spi_send(data, strip_length * 3);
} else
}
{
memcpy(pixels, data, strip_length * 3);
}
}
Expand Down

0 comments on commit 72309ae

Please sign in to comment.