mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-18 09:50:40 +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
|
||||
#define ESP_H
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
/**
|
||||
* AVR macros for WDT managment
|
||||
*/
|
||||
|
Reference in New Issue
Block a user