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 {
62
62
phantom: PhantomData ,
63
63
}
64
64
}
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 ." ) ]
66
66
pub fn $new_chx_with_config(
67
67
pin: impl Peripheral <P = impl $pin_trait<T >> + ' d,
68
68
pin_config: PwmPinConfig ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ macro_rules! channel_impl {
59
59
}
60
60
}
61
61
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 ." ) ]
63
63
pub fn $new_chx_with_config(
64
64
pin: impl Peripheral <P = impl $pin_trait<T >> + ' d,
65
65
pin_config: PwmPinConfig ,
You can’t perform that action at this time.
0 commit comments