Skip to content

Commit 39395df

Browse files
lulfjonas-schievink
authored andcommitted
Update nrf-hal-common/src/uarte.rs
Co-authored-by: Jonas Schievink <[email protected]>
1 parent 706a4b9 commit 39395df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf-hal-common/src/uarte.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ where
701701

702702
if in_progress {
703703
let b = self.rx_buf[0];
704-
uarte.events_rxstarted.write(|w| w);
704+
uarte.events_rxstarted.reset();
705705

706706
finalize_read(uarte);
707707

0 commit comments

Comments
 (0)