FastLED 3.9.7
Loading...
Searching...
No Matches
lib8static.h File Reference

Detailed Description

Defines static inlining macros for lib8tion functions.

Definition in file lib8static.h.

Go to the source code of this file.

Macros

#define LIB8STATIC   __attribute__ ((unused)) static inline
 Define a LIB8TION member function as static inline with an "unused" attribute.
 
#define LIB8STATIC_ALWAYS_INLINE   __attribute__ ((always_inline)) static inline
 Define a LIB8TION member function as always static inline.