Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/RGBSetDemo/RGBSetDemo.ino')
-rw-r--r--examples/RGBSetDemo/RGBSetDemo.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/RGBSetDemo/RGBSetDemo.ino b/examples/RGBSetDemo/RGBSetDemo.ino
index 3b9ef24e..455fdccc 100644
--- a/examples/RGBSetDemo/RGBSetDemo.ino
+++ b/examples/RGBSetDemo/RGBSetDemo.ino
@@ -1,4 +1,4 @@
-#include<FastLED.h>
+#include <FastLED.h>
#define NUM_LEDS 40
CRGBArray<NUM_LEDS> leds;