Skip to content

Commit

Permalink
Fix uart-io-data test. (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Feb 5, 2025
1 parent 1941468 commit 9c38c49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/hw/esp32/uart-io-data-shared.toit
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ main-board1:
run-test: test-board1

test-board1:
port := uart.Port --rx=(gpio.Pin RX) --tx=null --baud-rate=BAUD-RATE
port := uart.Port
--rx=(gpio.Pin RX)
--tx=null
--baud-rate=BAUD-RATE
--large-buffers
hasher := md5.Md5

reader := port.in
Expand Down

0 comments on commit 9c38c49

Please sign in to comment.