Doc tidying

This commit is contained in:
huntc 2022-01-28 13:43:36 +11:00
parent 12ce024574
commit 8e9f448866

View File

@ -131,9 +131,7 @@ impl<'d, T: Instance> SequencePwm<'d, T> {
/// Start or restart playback. Takes at least one sequence along with its /// Start or restart playback. Takes at least one sequence along with its
/// configuration. Optionally takes a second sequence and/or its configuration. /// configuration. Optionally takes a second sequence and/or its configuration.
/// In the case where no second sequence is provided then the first sequence /// 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, /// is used. The sequence mode applies to both sequences combined as one.
/// the first sequence configuration is used. The sequence mode applies to both
/// sequences combined as one.
#[inline(always)] #[inline(always)]
pub fn start( pub fn start(
&mut self, &mut self,