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
This commit is contained in:
Gao Xu
2025-06-16 11:46:03 +08:00

View File

@@ -24,7 +24,7 @@
static const char *TAG = "adc_tsens"; static const char *TAG = "adc_tsens";
#define EXAMPLE_ADC1_CHAN0 ADC_CHANNEL_2 #define EXAMPLE_ADC1_CHAN0 ADC_CHANNEL_2
#define EXAMPLE_ADC1_CHAN1 ADC_CHANNEL_4 #define EXAMPLE_ADC1_CHAN1 ADC_CHANNEL_3
#define EXAMPLE_ADC_ATTEN ADC_ATTEN_DB_12 #define EXAMPLE_ADC_ATTEN ADC_ATTEN_DB_12
static int adc_raw[2][10]; static int adc_raw[2][10];