From cbc5252391a9c1ec2045e7d153b271e13fd0d2e4 Mon Sep 17 00:00:00 2001 From: David Madison Date: Thu, 8 Jun 2017 17:06:36 -0400 Subject: [PATCH] Removed 'protocol' from header comment --- Arduino/LEDstream_FastLED/LEDstream_FastLED.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino index ca78bd7..d41f606 100644 --- a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino +++ b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino @@ -1,6 +1,6 @@ /* LEDstream_FastLED * - * Modified version of Adalight protocol that uses the FastLED + * Modified version of Adalight that uses the FastLED * library (http://fastled.io) for driving led strips. * * http://github.com/dmadison/Adalight-FastLED