diff options
| author | huntc <[email protected]> | 2021-10-15 18:45:53 +1100 |
|---|---|---|
| committer | huntc <[email protected]> | 2021-10-18 10:26:11 +1100 |
| commit | e37a10ae99e7737fcd5881d5fd13d0c736846eef (patch) | |
| tree | 6f3816bcaef7394df50bf2ef9039324f9457ba40 /embassy-nrf/src | |
| parent | fa82913bc3f227151c0ea574c135a54de0900279 (diff) | |
Hangover - should have set this to internal for a previous PR
Diffstat (limited to 'embassy-nrf/src')
| -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, |
