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 'clockless_trinket.h')
-rw-r--r--clockless_trinket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clockless_trinket.h b/clockless_trinket.h
index 168ba670..7fb593dd 100644
--- a/clockless_trinket.h
+++ b/clockless_trinket.h
@@ -6,6 +6,7 @@
#include "delay.h"
#include <avr/interrupt.h> // for cli/se definitions
+#if defined(LIB8_ATTINY)
// Scaling macro choice
#ifndef TRINKET_SCALE
@@ -277,3 +278,5 @@ public:
};
#endif
+
+#endif