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 'colorutils.cpp')
-rw-r--r--colorutils.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/colorutils.cpp b/colorutils.cpp
index a0cfc43f..1960d095 100644
--- a/colorutils.cpp
+++ b/colorutils.cpp
@@ -5,7 +5,7 @@
#include "FastLED.h"
-FASTLED_USING_NAMESPACE
+FASTLED_NAMESPACE_BEGIN
@@ -754,3 +754,5 @@ void nblendPaletteTowardPalette( CRGBPalette16& current, CRGBPalette16& target,
if( changes >= maxChanges) { break; }
}
}
+
+FASTLED_NAMESPACE_END