FastLED 3.9.15
Loading...
Searching...
No Matches
avr_disallowed.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef __AVR__
4 #define AVR_DISALLOWED [[deprecated("This function or class is deprecated on AVR.")]]
5#else
6 #define AVR_DISALLOWED
7#endif