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:
parent
cc152de907
commit
661ccb23ae
@ -20,6 +20,9 @@
|
||||
|
||||
#ifndef ESP_H
|
||||
#define ESP_H
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
/**
|
||||
* AVR macros for WDT managment
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user