Skip to content

Commit e8cefb3

Browse files
committed
fix(adc): fix wrong adc channel on c61 adc/tsens test
1 parent 42682b1 commit e8cefb3

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)