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:
authorDaniel Garcia <danielgarcia@gmail.com>2014-12-14 22:30:29 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2014-12-14 22:30:29 +0300
commit337120ada48b98e9cc1750eb2e869fedb01748bd (patch)
tree3fe3864b6987ebe0f043b2b7b76f28b5c5a16ded
parent2b9fe51f3d3a4c32b8923e529f19b3de424d15ab (diff)
#105
-rw-r--r--noise.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noise.cpp b/noise.cpp
index 0ad00c74..a0090867 100644
--- a/noise.cpp
+++ b/noise.cpp
@@ -1,5 +1,5 @@
#define FASTLED_INTERNAL
-#include <FastLED.h>
+#include "FastLED.h"
#ifdef FASTLED_AVR
#include <avr/pgmspace.h>