avr32dev1: USART1 RX: Reassign pin

This commit is contained in:
Raman Gopalan 2021-05-09 17:48:54 +05:30 committed by Alan Carvalho de Assis
parent abcb67a292
commit 9b4014d048
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
/* Pin muliplexing selecion *************************************************/ /* Pin muliplexing selecion *************************************************/
#define PINMUX_USART1_RXD PINMUX_USART1_RXD_1 #define PINMUX_USART1_RXD PINMUX_USART1_RXD_2
#define PINMUX_USART1_TXD PINMUX_USART1_TXD_1 #define PINMUX_USART1_TXD PINMUX_USART1_TXD_1
/* LED definitions **********************************************************/ /* LED definitions **********************************************************/