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