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 \
5 [[deprecated("This function or class is deprecated on AVR.")]]
6#else
7#define AVR_DISALLOWED
8#endif