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 'wiring.cpp')
-rw-r--r--wiring.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/wiring.cpp b/wiring.cpp
index a3ee6d15..62317b2a 100644
--- a/wiring.cpp
+++ b/wiring.cpp
@@ -1,6 +1,7 @@
#define FASTLED_INTERNAL
#include "FastLED.h"
+#if 0
#if defined(FASTLED_AVR) && !defined(TEENSYDUINO) && !defined(LIB8_ATTINY)
extern "C" {
@@ -230,3 +231,6 @@ void init()
}
};
#endif
+
+#endif
+