From dbeb79d879896cca3ee28df0ae4f3c0af7693533 Mon Sep 17 00:00:00 2001 From: Makuna Date: Fri, 18 Sep 2015 09:24:12 -0700 Subject: [PATCH] Fix build issue with AVR Arduino included file is esp8266 specific --- NeoPixelesp8266.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;