diff --git a/NeoPixelesp8266.c b/NeoPixelesp8266.c index 3766067..652a3c0 100644 --- a/NeoPixelesp8266.c +++ b/NeoPixelesp8266.c @@ -17,11 +17,11 @@ License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if defined(ESP8266) + #include #include -#if defined(ESP8266) - inline uint32_t _getCycleCount() { uint32_t ccount;