tests: drivers: adc: adc_api: add second channel to nucleo_h743zi
Adds a second channel to the nucleo_h743zi test because it's now supported by the driver Signed-off-by: Hein Wessels <heinwessels93@gmail.com>
This commit is contained in:
parent
6724c8d1fe
commit
0b3338472a
|
@ -276,7 +276,8 @@
|
|||
#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 15
|
||||
#define ADC_1ST_CHANNEL_ID 12
|
||||
#define ADC_2ND_CHANNEL_ID 15
|
||||
|
||||
#elif defined(CONFIG_BOARD_TWR_KE18F)
|
||||
#define ADC_DEVICE_NODE DT_INST(0, nxp_kinetis_adc12)
|
||||
|
|
Loading…
Reference in a new issue