Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0c6222c

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎cores/esp32/FunctionalInterrupt.h

Copy file name to clipboardExpand all lines: cores/esp32/FunctionalInterrupt.h
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.