diff options
| -rw-r--r-- | embassy-nrf/src/saadc.rs | 2 |
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; | |||
| 724 | impl_peripheral!(VddInput); | 724 | impl_peripheral!(VddInput); |
| 725 | #[cfg(not(feature = "_nrf91"))] | 725 | #[cfg(not(feature = "_nrf91"))] |
| 726 | impl_saadc_input!(@local, VddInput, VDD); | 726 | impl_saadc_input!(@local, VddInput, VDD); |
| 727 | #[cfg(not(feature = "_nrf91"))] | 727 | #[cfg(feature = "_nrf91")] |
| 728 | impl_saadc_input!(@local, VddInput, VDDGPIO); | 728 | impl_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 |
