You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zephyr: sys: device: gpio: Allow Gpio::new to be unused
Add a `#[allow(dead_code)]` annotation to `Gpio::new`, as not all
devices necessarily will have a Gpio device (or it could be disable).
Signed-off-by: David Brown <[email protected]>
0 commit comments