1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Fix compilation error when Esp.h is included first in sketch (#590)

This commit is contained in:
Ivan Grokhotkov 2015-08-05 08:48:21 -04:00
parent cc152de907
commit 661ccb23ae

View File

@ -20,6 +20,9 @@
#ifndef ESP_H
#define ESP_H
#include <Arduino.h>
/**
* AVR macros for WDT managment
*/