macro_rules! gpio_component_helper_max_pin {
() => { ... };
($a:expr, $b:expr, $($tail:expr),* $(,)?) => { ... };
($a:expr $(,)?) => { ... };
}
macro_rules! gpio_component_helper_max_pin {
() => { ... };
($a:expr, $b:expr, $($tail:expr),* $(,)?) => { ... };
($a:expr $(,)?) => { ... };
}