aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-rp/src/pwm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/src/pwm.rs b/embassy-rp/src/pwm.rs
index 20b5c4d58..c35e76587 100644
--- a/embassy-rp/src/pwm.rs
+++ b/embassy-rp/src/pwm.rs
@@ -129,7 +129,7 @@ impl<'d> Pwm<'d> {
129 Self::new_inner(slice.number(), None, None, Pull::None, config, Divmode::DIV) 129 Self::new_inner(slice.number(), None, None, Pull::None, config, Divmode::DIV)
130 } 130 }
131 131
132 /// Create PWM driver with a single 'a' as output. 132 /// Create PWM driver with a single 'a' pin as output.
133 #[inline] 133 #[inline]
134 pub fn new_output_a<T: Slice>( 134 pub fn new_output_a<T: Slice>(
135 slice: impl Peripheral<P = T> + 'd, 135 slice: impl Peripheral<P = T> + 'd,