Fix a typo
This commit is contained in:
parent
3478004b4d
commit
72bb4f8798
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ impl<'d, T: Instance> Uarte<'d, T> {
|
|||
}
|
||||
|
||||
/// 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.
|
||||
pub fn split(self) -> (UarteTx<'d, T>, UarteRx<'d, T>) {
|
||||
(self.tx, self.rx)
|
||||
|
|
Loading…
Reference in a new issue