initial commit
This commit is contained in:
7
libraries/FastLED/src/fl/virtual_if_not_avr.h
Normal file
7
libraries/FastLED/src/fl/virtual_if_not_avr.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __AVR__
|
||||
#define VIRTUAL_IF_NOT_AVR
|
||||
#else
|
||||
#define VIRTUAL_IF_NOT_AVR virtual
|
||||
#endif
|
||||
Reference in New Issue
Block a user