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:
parent
fc77f2e89c
commit
d93c7e06d7
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user