Skip to content

Commit c81dc5a

Browse files
committed
Merge branch 'fix/fix_adc_tsens_test_wrong_channel_c61' into 'master'
fix(adc): fix wrong adc channel on c61 adc/tsens test See merge request espressif/esp-idf!39808
2 parents 0da7604 + e8cefb3 commit c81dc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_adc/test_apps/adc/main/test_adc_tsens.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
static const char *TAG = "adc_tsens";
2525

2626
#define EXAMPLE_ADC1_CHAN0 ADC_CHANNEL_2
27-
#define EXAMPLE_ADC1_CHAN1 ADC_CHANNEL_4
27+
#define EXAMPLE_ADC1_CHAN1 ADC_CHANNEL_3
2828
#define EXAMPLE_ADC_ATTEN ADC_ATTEN_DB_12
2929

3030
static int adc_raw[2][10];

0 commit comments

Comments
 (0)