diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-30 18:15:34 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-30 18:16:00 -0400 |
commit | 0bba7af4397ce505184e9ac4fd0bfc759346f753 (patch) | |
tree | 29a139418b32cde2f0510ea0ce27fe3b75f501e8 /wirish | |
parent | 32a6949c63a0dc302b5f6299dbcc2a5ce233a059 (diff) | |
download | librambutan-0bba7af4397ce505184e9ac4fd0bfc759346f753.tar.gz librambutan-0bba7af4397ce505184e9ac4fd0bfc759346f753.zip |
maple_native.h: Fix USART pins.
These apparently didn't get updated from an earlier prototype's
values.
Diffstat (limited to 'wirish')
-rw-r--r-- | wirish/boards/maple_native.h | 16 |
1 files changed, 8 insertions, 8 deletions
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 |