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

Unrelated includes, but necessary Arduino.h missing (#6215)

This commit is contained in:
Dirk O. Kaar 2019-06-21 11:15:53 +02:00 committed by david gauchard
parent fc77f2e89c
commit d93c7e06d7

View File

@ -1,12 +1,7 @@
#ifndef INTERRUPTS_H
#define INTERRUPTS_H
#include <stddef.h>
#include <stdint.h>
extern "C" {
#include "c_types.h"
#include "ets_sys.h"
}
#include <Arduino.h>
// these auto classes wrap up xt_rsil so your code can be simplier, but can only be
// used in an ino or cpp files.