Skip to content

Commit f2950ba

Browse files
quiretme-no-dev
authored andcommitted
bugfix: add <stdint.h> for uint8_t to avoid compilation failure (GCC 11.2.0) (#7744)
1 parent c3ecc5c commit f2950ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)