FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
has_define.h
Go to the documentation of this file.
1#pragma once
2
3#ifndef __has_include
4#define __has_include(x) 0
5#endif