Skip to content

Commit

Permalink
bugfix: add <stdint.h> for uint8_t to avoid compilation failure (GCC …
Browse files Browse the repository at this point in the history
…11.2.0) (#7744)
  • Loading branch information
quiret authored Feb 6, 2023
1 parent a807507 commit 0c6222c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cores/esp32/FunctionalInterrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#define CORE_CORE_FUNCTIONALINTERRUPT_H_

#include <functional>
#include <stdint.h>

struct InterruptArgStructure {
std::function<void(void)> interruptFunction;
Expand Down

0 comments on commit 0c6222c

Please sign in to comment.