mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-19 21:09:48 +03:00
Fix compilation error when Esp.h is included first in sketch (#590)
This commit is contained in:
@@ -20,6 +20,9 @@
|
|||||||
|
|
||||||
#ifndef ESP_H
|
#ifndef ESP_H
|
||||||
#define ESP_H
|
#define ESP_H
|
||||||
|
|
||||||
|
#include <Arduino.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* AVR macros for WDT managment
|
* AVR macros for WDT managment
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user