From 5f7837cc025a813781c79d9bc97956c8c8509cca Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 27 Oct 2011 18:33:58 +0200 Subject: [PATCH] Small fix PINS_USART* --- hardware/sam/variants/arduino_due/variant.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardware/sam/variants/arduino_due/variant.h b/hardware/sam/variants/arduino_due/variant.h index d52407da0..53265acd2 100644 --- a/hardware/sam/variants/arduino_due/variant.h +++ b/hardware/sam/variants/arduino_due/variant.h @@ -69,11 +69,11 @@ #define PIN_LED2 PIN_LED_RXL #define PIN_LED3 PIN_LED_TXL -#define PINS_UART (0u) +#define PINS_UART (80u) -#define PINS_USART0 (18u) -#define PINS_USART1 (16u) -#define PINS_USART2 (14u) +#define PINS_USART0 (81u) +#define PINS_USART1 (82u) +#define PINS_USART2 (83u) static const uint8_t SS = 4 ; static const uint8_t MOSI = 76 ;