Skip to content

Commit a1e0b1b

Browse files
committed
Fixed value of NUM_DIGITAL_PINS for Arduino Due
1 parent 4813075 commit a1e0b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/arduino_due_x/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extern "C"{
5656

5757
// Number of pins defined in PinDescription array
5858
#define PINS_COUNT (79u)
59-
#define NUM_DIGITAL_PINS (53u)
59+
#define NUM_DIGITAL_PINS (54u)
6060
#define NUM_ANALOG_INPUTS (12u)
6161

6262
// Interrupts

0 commit comments

Comments
 (0)