initial commit
This commit is contained in:
8
libraries/FastLED/src/fl/avr_disallowed.h
Normal file
8
libraries/FastLED/src/fl/avr_disallowed.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __AVR__
|
||||
#define AVR_DISALLOWED \
|
||||
[[deprecated("This function or class is deprecated on AVR.")]]
|
||||
#else
|
||||
#define AVR_DISALLOWED
|
||||
#endif
|
||||
Reference in New Issue
Block a user