mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
saddc regression fix
This commit is contained in:
parent
0dd0e593c2
commit
238cc004f0
@ -724,7 +724,7 @@ pub struct VddInput;
|
||||
impl_peripheral!(VddInput);
|
||||
#[cfg(not(feature = "_nrf91"))]
|
||||
impl_saadc_input!(@local, VddInput, VDD);
|
||||
#[cfg(not(feature = "_nrf91"))]
|
||||
#[cfg(feature = "_nrf91")]
|
||||
impl_saadc_input!(@local, VddInput, VDDGPIO);
|
||||
|
||||
/// A dummy `Input` pin implementation for SAADC peripheral sampling from the
|
||||
|
Loading…
Reference in New Issue
Block a user