FastLED
3.9.15
Loading...
Searching...
No Matches
force_inline.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef FASTLED_NO_FORCE_INLINE
4
#define FASTLED_FORCE_INLINE inline
5
#else
6
#define FASTLED_FORCE_INLINE __attribute__((always_inline)) inline
7
#endif
fl
force_inline.h
Generated on Mon Jun 16 2025 06:27:48 for FastLED by
1.13.2