From 42b818a8b8abc657af0f704f49edf5c6a3a7aecf Mon Sep 17 00:00:00 2001
From: Frederic Aust <frederic.aust@hs-bochum.de>
Date: Sat, 18 Apr 2020 19:42:42 +0200
Subject: [PATCH] Syntaxfehler behoben

---
 Adalight_WS2812/Adalight_WS2812.ino | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Adalight_WS2812/Adalight_WS2812.ino b/Adalight_WS2812/Adalight_WS2812.ino
index 39d8a59..df03f62 100644
--- a/Adalight_WS2812/Adalight_WS2812.ino
+++ b/Adalight_WS2812/Adalight_WS2812.ino
@@ -46,7 +46,7 @@ void loop() {
     if(prefix[i] == Serial.read()) continue;
     // otherwise, start over
     i = 0;
-    goto waitLoop;0
+    goto waitLoop;
 }
   
   // Hi, Lo, Checksum  
-- 
GitLab