initial commit
This commit is contained in:
7
libraries/FastLED/src/fl/has_include.h
Normal file
7
libraries/FastLED/src/fl/has_include.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef __has_include
|
||||
#define FL_HAS_INCLUDE(x) 0
|
||||
#else
|
||||
#define FL_HAS_INCLUDE(x) __has_include(x)
|
||||
#endif
|
||||
Reference in New Issue
Block a user