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 Tullemans <d.tullemans@gmail.com>2017-11-30 08:26:29 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2017-11-30 08:26:29 +0300
commitc1ab8fa86f6d6ecbf40ab7f28b36116a3c931916 (patch)
tree343197a65b1f0e76db5bfcb1496fdb848231181e
parent9800c3f1cd2008c536792c6c6fc45db2d068625f (diff)
Fix typo in fastpin_esp32 header (#533)
Bottom of file should expand FASTLED_NAMESPACE_END macro, not #define it
-rw-r--r--platforms/esp/32/fastpin_esp32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/esp/32/fastpin_esp32.h b/platforms/esp/32/fastpin_esp32.h
index 9aa4ebe7..188cb800 100644
--- a/platforms/esp/32/fastpin_esp32.h
+++ b/platforms/esp/32/fastpin_esp32.h
@@ -89,4 +89,4 @@ _DEFPIN_ESP32(25,25); _DEFPIN_ESP32(26,26); _DEFPIN_ESP32(27,27);
#define HAS_HARDWARE_PIN_SUPPORT
-#define FASTLED_NAMESPACE_END
+FASTLED_NAMESPACE_END