File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ macro_rules! channel_impl {
6262 phantom: PhantomData ,
6363 }
6464 }
65- #[ doc = concat!( "Create a new " , stringify!( $channel) , "_with_config PWM pin instance." ) ]
65+ #[ doc = concat!( "Create a new " , stringify!( $channel) , " PWM pin instance with config ." ) ]
6666 pub fn $new_chx_with_config(
6767 pin: impl Peripheral <P = impl $pin_trait<T >> + ' d,
6868 pin_config: PwmPinConfig ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ macro_rules! channel_impl {
5959 }
6060 }
6161
62- #[ doc = concat!( "Create a new " , stringify!( $channel) , "_with_config PWM pin instance." ) ]
62+ #[ doc = concat!( "Create a new " , stringify!( $channel) , " PWM pin instance with config ." ) ]
6363 pub fn $new_chx_with_config(
6464 pin: impl Peripheral <P = impl $pin_trait<T >> + ' d,
6565 pin_config: PwmPinConfig ,
You can’t perform that action at this time.
0 commit comments