saddc regression fix

This commit is contained in:
nerwalt 2024-07-15 13:41:32 -06:00
parent 0dd0e593c2
commit 238cc004f0

View File

@ -724,7 +724,7 @@ pub struct VddInput;
impl_peripheral!(VddInput); impl_peripheral!(VddInput);
#[cfg(not(feature = "_nrf91"))] #[cfg(not(feature = "_nrf91"))]
impl_saadc_input!(@local, VddInput, VDD); impl_saadc_input!(@local, VddInput, VDD);
#[cfg(not(feature = "_nrf91"))] #[cfg(feature = "_nrf91")]
impl_saadc_input!(@local, VddInput, VDDGPIO); impl_saadc_input!(@local, VddInput, VDDGPIO);
/// A dummy `Input` pin implementation for SAADC peripheral sampling from the /// A dummy `Input` pin implementation for SAADC peripheral sampling from the