This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 9b4014d avr32dev1: USART1 RX: Reassign pin
9b4014d is described below
commit 9b4014d04821b28d653694ee5ffd0aaab841b826
Author: Raman Gopalan <[email protected]>
AuthorDate: Sun May 9 17:48:54 2021 +0530
avr32dev1: USART1 RX: Reassign pin
---
boards/avr/at32uc3/avr32dev1/include/board.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boards/avr/at32uc3/avr32dev1/include/board.h
b/boards/avr/at32uc3/avr32dev1/include/board.h
index 1172367..89862b3 100644
--- a/boards/avr/at32uc3/avr32dev1/include/board.h
+++ b/boards/avr/at32uc3/avr32dev1/include/board.h
@@ -123,7 +123,7 @@
/* 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
/* LED definitions **********************************************************/