Merge pull request #3066 from mikkelens/patch-1

Add missing word "pin" in rp pwm documentation
This commit is contained in:
James Munns 2024-06-12 13:05:26 +00:00 committed by GitHub
commit dbe21730cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,7 +129,7 @@ impl<'d> Pwm<'d> {
Self::new_inner(slice.number(), None, None, Pull::None, config, Divmode::DIV)
}
/// Create PWM driver with a single 'a' as output.
/// Create PWM driver with a single 'a' pin as output.
#[inline]
pub fn new_output_a<T: Slice>(
slice: impl Peripheral<P = T> + 'd,