Skip to content

Commit

Permalink
Fix uart flush. (#2515) (#2516)
Browse files Browse the repository at this point in the history
Backport UART flush fix.
  • Loading branch information
floitsch authored Aug 30, 2024
1 parent 51a0f31 commit 22f8ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uart.toit
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class UartWriter extends io.Writer:
try-write_ data/io.Data from/int to/int --break-length/int=0 -> int:
return port_.try-write_ data from to --break-length=break-length

flush_ -> none:
flush -> none:
port_.flush_

resource-group_ ::= uart-init_
Expand Down

0 comments on commit 22f8ffe

Please sign in to comment.