tests: drivers: adc: fix NUCLEO-H743ZI ADC channel
NUCLEO-H743ZI board uses ADC channel 15, not 0. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
3371d809b9
commit
b777647517
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@
|
|||
#define ADC_GAIN ADC_GAIN_1
|
||||
#define ADC_REFERENCE ADC_REF_INTERNAL
|
||||
#define ADC_ACQUISITION_TIME ADC_ACQ_TIME_DEFAULT
|
||||
#define ADC_1ST_CHANNEL_ID 0
|
||||
#define ADC_1ST_CHANNEL_ID 15
|
||||
|
||||
#elif defined(CONFIG_BOARD_TWR_KE18F)
|
||||
#define ADC_DEVICE_NAME DT_LABEL(DT_INST(0, nxp_kinetis_adc12))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue