FastLED 3.9.15
Loading...
Searching...
No Matches
register.h
Go to the documentation of this file.
1#pragma once
2
6
7#ifndef FASTLED_REGISTER
8#if (defined(_MSVC_LANG) ? _MSVC_LANG : __cplusplus) < 201703L
9 #define FASTLED_REGISTER register
10#else
11 #define FASTLED_REGISTER
12#endif
13#endif