Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef FASTLED_MULTITHREADED
6#if defined(FASTLED_TESTING) && FL_HAS_INCLUDE(<pthread.h>)
7#define FASTLED_MULTITHREADED 1
9#define FASTLED_MULTITHREADED 0
13#ifndef FASTLED_USE_THREAD_LOCAL
14#define FASTLED_USE_THREAD_LOCAL FASTLED_MULTITHREADED