FastLED 3.9.15
Loading...
Searching...
No Matches
register.h
Go to the documentation of this file.
1#pragma once
2
6
7#if __cplusplus < 201703L
8#define FASTLED_REGISTER register
9#else
10#ifdef FASTLED_REGISTER
11#undef FASTLED_REGISTER
12#endif
13#define FASTLED_REGISTER
14#endif