Skip to content

Commit 906ceac

Browse files
committed
The differential channels need to start as false and go true once configured.
1 parent 93dd11d commit 906ceac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/arduino/ard_sup/analog/ap3_analog_structures.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ ap3_analog_configure_map_elem_t ap3_analog_configure_map[AP3_ANALOG_CHANNELS] =
5050
{.pad = 33, .isAnalog = false},
5151
{.pad = 34, .isAnalog = false},
5252
{.pad = 35, .isAnalog = false},
53-
{.pad = AP3_ADC_DIFF0_PAD, .isAnalog = true},
54-
{.pad = AP3_ADC_DIFF1_PAD, .isAnalog = true},
53+
{.pad = AP3_ADC_DIFF0_PAD, .isAnalog = false},
54+
{.pad = AP3_ADC_DIFF1_PAD, .isAnalog = false},
5555
{.pad = AP3_ADC_TEMP_PAD, .isAnalog = true},
5656
{.pad = AP3_ADC_DIV3_PAD, .isAnalog = true},
5757
{.pad = AP3_ADC_VSS_PAD, .isAnalog = true},

0 commit comments

Comments
 (0)