Skip to content

Commit 50a835b

Browse files
committed
Add missing include
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 2e82a46 commit 50a835b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/wiring_constants.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#define _WIRING_CONSTANTS_
2121

2222
#include <stdbool.h>
23+
#include <stdint.h>
2324

2425
#ifdef __cplusplus
2526
#include <algorithm>

0 commit comments

Comments
 (0)