Skip to content

Commit d3be6d5

Browse files
committedJan 23, 2023
bugfix: add <stdint.h> for uint8_t to avoid compilation failure (GCC 11.2.0)
1 parent 23d715a commit d3be6d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎cores/esp32/FunctionalInterrupt.h

Lines changed: 1 addition & 0 deletions
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)