From 0bba7af4397ce505184e9ac4fd0bfc759346f753 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 30 Aug 2011 18:15:34 -0400 Subject: maple_native.h: Fix USART pins. These apparently didn't get updated from an earlier prototype's values. --- wirish/boards/maple_native.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'wirish') diff --git a/wirish/boards/maple_native.h b/wirish/boards/maple_native.h index 1669994..6e51653 100644 --- a/wirish/boards/maple_native.h +++ b/wirish/boards/maple_native.h @@ -42,16 +42,16 @@ #define BOARD_BUTTON_PIN 6 #define BOARD_NR_USARTS 5 -#define BOARD_USART1_TX_PIN 26 -#define BOARD_USART1_RX_PIN 27 -#define BOARD_USART2_TX_PIN 52 -#define BOARD_USART2_RX_PIN 53 +#define BOARD_USART1_TX_PIN 24 +#define BOARD_USART1_RX_PIN 25 +#define BOARD_USART2_TX_PIN 50 +#define BOARD_USART2_RX_PIN 51 #define BOARD_USART3_TX_PIN 0 #define BOARD_USART3_RX_PIN 1 -#define BOARD_UART4_TX_PIN 19 -#define BOARD_UART4_RX_PIN 20 -#define BOARD_UART5_TX_PIN 21 -#define BOARD_UART5_RX_PIN 29 +#define BOARD_UART4_TX_PIN 17 +#define BOARD_UART4_RX_PIN 18 +#define BOARD_UART5_TX_PIN 19 +#define BOARD_UART5_RX_PIN 27 #define BOARD_NR_SPI 3 #define BOARD_SPI1_NSS_PIN 52 -- cgit v1.2.3