From c50821ba10791a27d569acc0d0aea036cbbe3ce4 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 31 Dec 2013 20:55:43 +0100 Subject: [PATCH] Fixed value of NUM_DIGITAL_PINS for Arduino Due --- hardware/arduino/sam/variants/arduino_due_x/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/arduino/sam/variants/arduino_due_x/variant.h b/hardware/arduino/sam/variants/arduino_due_x/variant.h index 9e363e47b..b1c601816 100644 --- a/hardware/arduino/sam/variants/arduino_due_x/variant.h +++ b/hardware/arduino/sam/variants/arduino_due_x/variant.h @@ -56,7 +56,7 @@ extern "C"{ // Number of pins defined in PinDescription array #define PINS_COUNT (79u) -#define NUM_DIGITAL_PINS (53u) +#define NUM_DIGITAL_PINS (54u) #define NUM_ANALOG_INPUTS (12u) // Interrupts