Loading...
Searching...
No Matches
Go to the documentation of this file.
3#ifndef FASTLED_MULTITHREADED
4#if defined(FASTLED_TESTING) && (defined(__has_include) && __has_include(<pthread.h>))
5#define FASTLED_MULTITHREADED 1
7#define FASTLED_MULTITHREADED 0
11#ifndef FASTLED_USE_THREAD_LOCAL
12#define FASTLED_USE_THREAD_LOCAL FASTLED_MULTITHREADED