File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ macro_rules! af {
713
713
Index : marker:: Index ,
714
714
{
715
715
/// Configures the pin to operate as an alternate function push-pull output pin
716
- #[ deprecated( since = "0.9.0" , note = "Will be removed with the next version. Use `info_af_push_pull ()` instead" ) ]
716
+ #[ deprecated( since = "0.9.0" , note = "Will be removed with the next version. Use `into_af_push_pull ()` instead" ) ]
717
717
pub fn $into_afi_push_pull(
718
718
self ,
719
719
moder: & mut Gpio :: MODER ,
@@ -724,7 +724,7 @@ macro_rules! af {
724
724
}
725
725
726
726
/// Configures the pin to operate as an alternate function open-drain output pin
727
- #[ deprecated( since = "0.9.0" , note = "Will be removed with the next version. Use `info_af_open_drain ()` instead" ) ]
727
+ #[ deprecated( since = "0.9.0" , note = "Will be removed with the next version. Use `into_af_open_drain ()` instead" ) ]
728
728
pub fn $into_afi_open_drain(
729
729
self ,
730
730
moder: & mut Gpio :: MODER ,
You can’t perform that action at this time.
0 commit comments