Doc tidying
This commit is contained in:
parent
12ce024574
commit
8e9f448866
1 changed files with 1 additions and 3 deletions
|
@ -131,9 +131,7 @@ impl<'d, T: Instance> SequencePwm<'d, T> {
|
|||
/// Start or restart playback. Takes at least one sequence along with its
|
||||
/// configuration. Optionally takes a second sequence and/or its configuration.
|
||||
/// In the case where no second sequence is provided then the first sequence
|
||||
/// is used. In the case where no second sequence configuration is supplied,
|
||||
/// the first sequence configuration is used. The sequence mode applies to both
|
||||
/// sequences combined as one.
|
||||
/// is used. The sequence mode applies to both sequences combined as one.
|
||||
#[inline(always)]
|
||||
pub fn start(
|
||||
&mut self,
|
||||
|
|
Loading…
Reference in a new issue