saddc regression fix
This commit is contained in:
parent
0dd0e593c2
commit
238cc004f0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue