Skip to content

Commit

Permalink
change: 调整718系列UART3的默认映射到PIN 57/58脚
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Jan 8, 2025
1 parent b4d38ab commit fc8548b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interface/src/luat_uart_ec7xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ int luat_uart_setup(luat_uart_t* uart) {
GPIO_PullConfig(27, 1, 1);
break;
case UART_ID3:
GPIO_IomuxEC7XX(40, 3, 0, 0);
GPIO_IomuxEC7XX(41, 3, 0, 0);
GPIO_PullConfig(40, 1, 1);
GPIO_IomuxEC7XX(29, 3, 0, 0);
GPIO_IomuxEC7XX(30, 3, 0, 0);
GPIO_PullConfig(29, 1, 1);
break;
default:
break;
Expand Down

0 comments on commit fc8548b

Please sign in to comment.