|
FastLED 3.9.15
|
Defines static inlining macros for lib8tion functions.
Definition in file lib8static.h.
#include "fl/stl/compiler_control.h"
Include dependency graph for lib8static.h:
This graph shows which files directly or indirectly include this file: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 FL_ALWAYS_INLINE |
| Define a LIB8TION member function as always static inline This macro is deprecated and should be replaced with FL_ALWAYS_INLINE. | |