We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc77f2e commit d93c7e0Copy full SHA for d93c7e0
cores/esp8266/interrupts.h
@@ -1,12 +1,7 @@
1
#ifndef INTERRUPTS_H
2
#define INTERRUPTS_H
3
4
-#include <stddef.h>
5
-#include <stdint.h>
6
-extern "C" {
7
-#include "c_types.h"
8
-#include "ets_sys.h"
9
-}
+#include <Arduino.h>
10
11
// these auto classes wrap up xt_rsil so your code can be simplier, but can only be
12
// used in an ino or cpp files.
0 commit comments