aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/saadc.rs
diff options
context:
space:
mode:
authornerwalt <[email protected]>2024-07-15 13:41:32 -0600
committernerwalt <[email protected]>2024-07-15 13:41:32 -0600
commit238cc004f094b0bedcf0053ed408d41c98cbc57c (patch)
tree13b0320870b437b395c6dae523a7f2aef9555582 /embassy-nrf/src/saadc.rs
parent0dd0e593c22dc2ba4fc862ff958663e69b8bafc3 (diff)
saddc regression fix
Diffstat (limited to 'embassy-nrf/src/saadc.rs')
-rw-r--r--embassy-nrf/src/saadc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/saadc.rs b/embassy-nrf/src/saadc.rs
index 3a94cbd8f..a3a5b9cfe 100644
--- a/embassy-nrf/src/saadc.rs
+++ b/embassy-nrf/src/saadc.rs
@@ -724,7 +724,7 @@ pub struct VddInput;
724impl_peripheral!(VddInput); 724impl_peripheral!(VddInput);
725#[cfg(not(feature = "_nrf91"))] 725#[cfg(not(feature = "_nrf91"))]
726impl_saadc_input!(@local, VddInput, VDD); 726impl_saadc_input!(@local, VddInput, VDD);
727#[cfg(not(feature = "_nrf91"))] 727#[cfg(feature = "_nrf91")]
728impl_saadc_input!(@local, VddInput, VDDGPIO); 728impl_saadc_input!(@local, VddInput, VDDGPIO);
729 729
730/// A dummy `Input` pin implementation for SAADC peripheral sampling from the 730/// A dummy `Input` pin implementation for SAADC peripheral sampling from the