Skip to content

Commit d8d5ea1

Browse files
Update nrf-hal-common/src/uarte.rs
Co-authored-by: Jonas Schievink <[email protected]>
1 parent 23775a6 commit d8d5ea1

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
@@ -567,9 +567,8 @@ where
567567
}
568568
}
569569

570+
/// Implementation of the embedded_hal::serial::* and embedded_hal::blocking::serial::* traits for UartTx and UartRx.
570571
pub mod serial {
571-
572-
///! Implementation of the embedded_hal::serial::* and embedded_hal::blocking::serial::* traits for UartTx and UartRx.
573572
use super::*;
574573
use embedded_hal::blocking::serial as bserial;
575574
use embedded_hal::serial;

0 commit comments

Comments
 (0)