Skip to content

Commit d64470e

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nrf-hal-common/src/uarte.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,8 @@ where
596596
}
597597
}
598598

599+
/// Implementation of the embedded_hal::serial::* and embedded_hal::blocking::serial::* traits for UartTx and UartRx.
599600
pub mod serial {
600-
601-
///! Implementation of the embedded_hal::serial::* and embedded_hal::blocking::serial::* traits for UartTx and UartRx.
602601
use super::*;
603602
use embedded_hal::blocking::serial as bserial;
604603
use embedded_hal::serial;

0 commit comments

Comments
 (0)