Improve comment
This commit is contained in:
parent
e9eb3ce6c1
commit
0a3c236510
1 changed files with 2 additions and 2 deletions
|
@ -283,8 +283,8 @@ impl<'d, T: Instance> Write for Uarte<'d, T> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Interface to an UARTE peripheral that uses timers and PPI to emulate
|
/// Interface to an UARTE peripheral that uses an additional timer and two PPI channels,
|
||||||
/// ReadUntilIdle.
|
/// allowing it to implement the ReadUntilIdle trait.
|
||||||
pub struct UarteWithIdle<'d, U: Instance, T: TimerInstance> {
|
pub struct UarteWithIdle<'d, U: Instance, T: TimerInstance> {
|
||||||
uarte: Uarte<'d, U>,
|
uarte: Uarte<'d, U>,
|
||||||
timer: T,
|
timer: T,
|
||||||
|
|
Loading…
Reference in a new issue