Skip to content

Commit 0c6222c

Browse files
authored
bugfix: add <stdint.h> for uint8_t to avoid compilation failure (GCC 11.2.0) (espressif#7744)
1 parent a807507 commit 0c6222c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/FunctionalInterrupt.h

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define CORE_CORE_FUNCTIONALINTERRUPT_H_
1010

1111
#include <functional>
12+
#include <stdint.h>
1213

1314
struct InterruptArgStructure {
1415
std::function<void(void)> interruptFunction;

0 commit comments

Comments
 (0)