Skip to content

Commit c50821b

Browse files
committed
Fixed value of NUM_DIGITAL_PINS for Arduino Due
1 parent ffddfc8 commit c50821b

File tree

1 file changed

+1
-1
lines changed
  • hardware/arduino/sam/variants/arduino_due_x

1 file changed

+1
-1
lines changed

hardware/arduino/sam/variants/arduino_due_x/variant.h

+1-1
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)