|
FastLED 3.9.12
|
Loading...
Searching...
No Matches
2# ifndef FASTLED_DEPRECATED
3# if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
4# define FASTLED_DEPRECATED(msg) __attribute__((deprecated(msg)))
6# define FASTLED_DEPRECATED(msg) __attribute__((deprecated))
10# ifndef FASTLED_DEPRECATED
11# define FASTLED_DEPRECATED(msg)