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 'FastLED.cpp')
-rw-r--r--FastLED.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/FastLED.cpp b/FastLED.cpp
index f28c662a..f9f7ec4d 100644
--- a/FastLED.cpp
+++ b/FastLED.cpp
@@ -119,7 +119,7 @@ void CFastLED::clearData() {
void CFastLED::delay(unsigned long ms) {
unsigned long start = millis();
- do {
+ do {
#ifndef FASTLED_ACCURATE_CLOCK
// make sure to allow at least one ms to pass to ensure the clock moves
// forward
@@ -234,7 +234,10 @@ extern "C" int atexit(void (* /*func*/ )()) { return 0; }
#ifdef NEED_CXX_BITS
namespace __cxxabiv1
{
+ #ifndef ESP8266
extern "C" void __cxa_pure_virtual (void) {}
+ #endif
+
/* guard variables */
/* The ABI requires a 64-bit type. */