Delete semicolon creating error
It was a misplaced semicolon
This commit is contained in:
parent
a7c055b0bc
commit
c59c35bafb
@ -358,7 +358,7 @@ void rotate(byte side, bool direction, byte n, CRGB* leds)
|
|||||||
{
|
{
|
||||||
|
|
||||||
firstLED = decodeLED({selection.side, 0, 0});
|
firstLED = decodeLED({selection.side, 0, 0});
|
||||||
byte cyclus[8]; = {0, 3, 6, 7, 8, 5, 2, 1};
|
byte cyclus[8] = {0, 3, 6, 7, 8, 5, 2, 1};
|
||||||
for (byte i = 0; i < n; i++)
|
for (byte i = 0; i < n; i++)
|
||||||
{
|
{
|
||||||
if (direction == 0) {
|
if (direction == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user