From c59c35bafbf4ca556547ea9e2f3590fccb7432db Mon Sep 17 00:00:00 2001 From: joakim1999 Date: Thu, 11 May 2017 09:36:17 +0200 Subject: [PATCH] Delete semicolon creating error It was a misplaced semicolon --- School/vg2/borg/borg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/School/vg2/borg/borg.h b/School/vg2/borg/borg.h index 848c2d9..85ebe34 100644 --- a/School/vg2/borg/borg.h +++ b/School/vg2/borg/borg.h @@ -358,7 +358,7 @@ void rotate(byte side, bool direction, byte n, CRGB* leds) { 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++) { if (direction == 0) {