FastLED 3.9.12
Loading...
Searching...
No Matches
has_define.h
1#pragma once
2
3#ifndef __has_include
4#define __has_include(x) 0
5#endif