fix(uart): fix incorrect IO configuration for TX and RX configure to the same pin

This commit is contained in:
Song Ruo Jing
2025-01-10 15:42:10 +08:00
parent db2d0eff7c
commit fe62246f5a
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ input_argv = {
indirect=True,
)
def test_uart_single_dev(case_tester) -> None: # type: ignore
dut = case_tester.dut
dut = case_tester.first_dut
chip_type = dut.app.target
for case in case_tester.test_menu:
if 'hp-uart-only' not in case.groups: