Skip to content

Commit

Permalink
Use separate fifo name for uart test
Browse files Browse the repository at this point in the history
  • Loading branch information
olegv142 committed Mar 21, 2024
1 parent a03e359 commit 248c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/uart_echo_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ -z "$1" ]; then
exit 1
fi

fifo=/tmp/esp32-eth-echo
fifo=/tmp/esp32-eth-uart-echo
cktx=uart_echo_test_tx.txt
ckrx=uart_echo_test_rx.txt

Expand Down

0 comments on commit 248c605

Please sign in to comment.