Loading...
Searching...
No Matches
Go to the documentation of this file.
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)