drivers: sensor: tdk: remove duplicate entries in ICM42X70_CONFIG_COMMON
Eliminate redundant entries for `accel_pwr_mode` and `apex`. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
0f6aeca490
commit
a00c901377
1 changed files with 0 additions and 2 deletions
|
@ -974,8 +974,6 @@ static DEVICE_API(sensor, icm42x70_driver_api) = {
|
|||
.accel_filt_bw = DT_INST_ENUM_IDX(inst, accel_filt_bw_hz), \
|
||||
.accel_pwr_mode = DT_INST_ENUM_IDX(inst, power_mode), \
|
||||
.apex = DT_INST_ENUM_IDX(inst, apex), \
|
||||
.accel_pwr_mode = DT_INST_ENUM_IDX(inst, power_mode), \
|
||||
.apex = DT_INST_ENUM_IDX(inst, apex), \
|
||||
IF_ENABLED(CONFIG_USE_EMD_ICM42670, \
|
||||
(.gyro_fs = DT_INST_ENUM_IDX(inst, gyro_fs),)) \
|
||||
IF_ENABLED(CONFIG_USE_EMD_ICM42670, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue