Skip to content

Commit 3dde4d5

Browse files
committed
Fix the number of digital pins for ThunderPack.
1 parent 78423a6 commit 3dde4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/THUNDER_PACK/variant.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extern "C" {
6161
#define PA14 20 // SWD
6262

6363
// This must be a literal
64-
#define NUM_DIGITAL_PINS 19
64+
#define NUM_DIGITAL_PINS 21
6565

6666
// This must be a literal with a value less than or equal to MAX_ANALOG_INPUTS
6767
#define NUM_ANALOG_INPUTS 4

0 commit comments

Comments
 (0)