diff options
| author | nerwalt <[email protected]> | 2024-07-15 13:41:32 -0600 |
|---|---|---|
| committer | nerwalt <[email protected]> | 2024-07-15 13:41:32 -0600 |
| commit | 238cc004f094b0bedcf0053ed408d41c98cbc57c (patch) | |
| tree | 13b0320870b437b395c6dae523a7f2aef9555582 /embassy-nrf/src/saadc.rs | |
| parent | 0dd0e593c22dc2ba4fc862ff958663e69b8bafc3 (diff) | |
saddc regression fix
Diffstat (limited to 'embassy-nrf/src/saadc.rs')
| -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 |
