Skip to content

Commit 1393811

Browse files
authored
Add stdint.h to generic variant common.h (#1677)
Fixes #1676
1 parent 2b64066 commit 1393811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/generic/common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
#include <stdint.h>
4+
35
#define PINS_COUNT (30u)
46
#define NUM_DIGITAL_PINS (30u)
57
#define NUM_ANALOG_INPUTS (4u)

0 commit comments

Comments
 (0)