We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe7645 commit 0efccbfCopy full SHA for 0efccbf
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