Fix a typo
This commit is contained in:
parent
3478004b4d
commit
72bb4f8798
@ -166,7 +166,7 @@ impl<'d, T: Instance> Uarte<'d, T> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Split the Uarte into a transmitter and receiver, which is
|
/// Split the Uarte into a transmitter and receiver, which is
|
||||||
/// particuarly useful when having two tasks correlating to
|
/// particularly useful when having two tasks correlating to
|
||||||
/// transmitting and receiving.
|
/// transmitting and receiving.
|
||||||
pub fn split(self) -> (UarteTx<'d, T>, UarteRx<'d, T>) {
|
pub fn split(self) -> (UarteTx<'d, T>, UarteRx<'d, T>) {
|
||||||
(self.tx, self.rx)
|
(self.tx, self.rx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user