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 Garcia <danielgarcia@gmail.com>2013-11-30 02:24:01 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2013-11-30 02:24:01 +0400
commitb9b0179178d53977661a9a4e251f2a9271123af3 (patch)
tree1dec8738b64533ea3267130251e3cb0ec532a6eb /clockless.h
parenta0f9c91a21a1f6c238ea419bc1cd835485141ac7 (diff)
Fixing teensy 3 build over here
Diffstat (limited to 'clockless.h')
-rw-r--r--clockless.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clockless.h b/clockless.h
index 3906db3b..09ba6dda 100644
--- a/clockless.h
+++ b/clockless.h
@@ -271,8 +271,8 @@ public:
}
cleanup_R1();
#endif
-#endif
}
+#endif
#ifdef SUPPORT_ARGB
virtual void showARGB(struct CARGB *data, int nLeds) {
// TODO: IMPLEMENTME