Skip to content

Commit d93c7e0

Browse files
dok-netd-a-v
authored andcommitted
Unrelated includes, but necessary Arduino.h missing (#6215)
1 parent fc77f2e commit d93c7e0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cores/esp8266/interrupts.h

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
#ifndef INTERRUPTS_H
22
#define INTERRUPTS_H
33

4-
#include <stddef.h>
5-
#include <stdint.h>
6-
extern "C" {
7-
#include "c_types.h"
8-
#include "ets_sys.h"
9-
}
4+
#include <Arduino.h>
105

116
// these auto classes wrap up xt_rsil so your code can be simplier, but can only be
127
// used in an ino or cpp files.

0 commit comments

Comments
 (0)