Hangover - should have set this to internal for a previous PR
This commit is contained in:
parent
fa82913bc3
commit
e37a10ae99
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ impl<'d> ChannelConfig<'d> {
|
||||||
) -> Self {
|
) -> Self {
|
||||||
unborrow!(p_input, n_input);
|
unborrow!(p_input, n_input);
|
||||||
Self {
|
Self {
|
||||||
reference: Reference::VDD1_4,
|
reference: Reference::INTERNAL,
|
||||||
gain: Gain::GAIN1_6,
|
gain: Gain::GAIN1_6,
|
||||||
resistor: Resistor::BYPASS,
|
resistor: Resistor::BYPASS,
|
||||||
time: Time::_10US,
|
time: Time::_10US,
|
||||||
|
|
Loading…
Reference in a new issue