We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a807507 commit 0c6222cCopy full SHA for 0c6222c
cores/esp32/FunctionalInterrupt.h
@@ -9,6 +9,7 @@
9
#define CORE_CORE_FUNCTIONALINTERRUPT_H_
10
11
#include <functional>
12
+#include <stdint.h>
13
14
struct InterruptArgStructure {
15
std::function<void(void)> interruptFunction;
0 commit comments