drivers: adc: adc_ads1x4s0x remove duplicated initialiser
Removed duplicated "vbias_level" initialiser in driver Signed-off-by: Elliott Cutmore <elliott.cutmore@gmail.com>
This commit is contained in:
parent
5ef4e8a128
commit
1788c701cb
@ -1583,7 +1583,6 @@ BUILD_ASSERT(CONFIG_ADC_INIT_PRIORITY > CONFIG_SPI_INIT_PRIORITY,
|
||||
.gpio_start_sync = GPIO_DT_SPEC_INST_GET_OR(n, start_sync_gpios, {0}), \
|
||||
.idac_current = DT_INST_PROP(n, idac_current), \
|
||||
.vbias_level = DT_INST_PROP(n, vbias_level), \
|
||||
.vbias_level = DT_INST_PROP(n, vbias_level), \
|
||||
.resolution = res, \
|
||||
.channels = ch, \
|
||||
}; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user