We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23775a6 commit d8d5ea1Copy full SHA for d8d5ea1
nrf-hal-common/src/uarte.rs
@@ -567,9 +567,8 @@ where
567
}
568
569
570
+/// Implementation of the embedded_hal::serial::* and embedded_hal::blocking::serial::* traits for UartTx and UartRx.
571
pub mod serial {
-
572
- ///! Implementation of the embedded_hal::serial::* and embedded_hal::blocking::serial::* traits for UartTx and UartRx.
573
use super::*;
574
use embedded_hal::blocking::serial as bserial;
575
use embedded_hal::serial;
0 commit comments