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 56aa8d48c..11ed1f952 100644 --- a/embassy-nrf/src/saadc.rs +++ b/embassy-nrf/src/saadc.rs | |||
| @@ -99,7 +99,7 @@ impl<'d> ChannelConfig<'d> { | |||
| 99 | ) -> Self { | 99 | ) -> Self { |
| 100 | unborrow!(p_input, n_input); | 100 | unborrow!(p_input, n_input); |
| 101 | Self { | 101 | Self { |
| 102 | reference: Reference::VDD1_4, | 102 | reference: Reference::INTERNAL, |
| 103 | gain: Gain::GAIN1_6, | 103 | gain: Gain::GAIN1_6, |
| 104 | resistor: Resistor::BYPASS, | 104 | resistor: Resistor::BYPASS, |
| 105 | time: Time::_10US, | 105 | time: Time::_10US, |
