Fix build issue with AVR Arduino

included file is esp8266 specific
This commit is contained in:
Makuna
2015-09-18 09:24:12 -07:00
parent 8964bacd8f
commit dbeb79d879

View File

@@ -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 <Arduino.h>
#include <eagle_soc.h>
#if defined(ESP8266)
inline uint32_t _getCycleCount()
{
uint32_t ccount;