aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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