macro_rules! gpio_component_helper_owned {
(
$Pin:ty,
$($nr:literal => $pin:expr),* $(,)?
) => { ... };
}
macro_rules! gpio_component_helper_owned {
(
$Pin:ty,
$($nr:literal => $pin:expr),* $(,)?
) => { ... };
}