Merge #1136
1136: Fix a typo r=Dirbaio a=lonesometraveler Many thanks for maintaining this project. Here is a minor typo fix. Co-authored-by: Kentaro Okuda <lonesometraveler@mac.com>
This commit is contained in:
commit
42f1b3ac74
@ -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 New Issue
Block a user