Loading...
Searching...
No Matches
Go to the documentation of this file.
5#if defined(FASTLED_TESTING) || defined(__EMSCRIPTEN__)
11#define FL_ALIGN_BYTES 8
12#define FL_ALIGN alignas(FL_ALIGN_BYTES)
13#define FL_ALIGN_AS(T) alignas(alignof(T))
15#define FL_ALIGN_BYTES 1