only ARM needs this include

This commit is contained in:
prenticedavid
2018-04-29 14:09:15 +01:00
parent 09263d3b2d
commit 4632c28704

View File

@@ -19,7 +19,8 @@
#include <MCUFRIEND_kbv.h>
#include <Adafruit_GFX.h>
#if !defined(AVR)
//#if !defined(AVR) && !defined(ESP32)
#if defined(__arm)
#include <avr/dtostrf.h>
#endif