Update Arduino.h

This commit is contained in:
stefanbode 2020-07-01 18:45:36 +02:00 committed by GitHub
parent e3c19205b6
commit 533f314277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifdef ESP8266
#ifndef Arduino_h
#define Arduino_h
@ -298,3 +300,5 @@ inline void configTzTime(const char* tz, const char* server1,
// this is mandatory for allowing OOM *alloc definitions in .ino files
#include "umm_malloc/umm_malloc_cfg.h"
#endif
#endif