We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6aeca commit a00c901Copy full SHA for a00c901
drivers/sensor/tdk/icm42x70/icm42x70.c
@@ -974,8 +974,6 @@ static DEVICE_API(sensor, icm42x70_driver_api) = {
974
.accel_filt_bw = DT_INST_ENUM_IDX(inst, accel_filt_bw_hz), \
975
.accel_pwr_mode = DT_INST_ENUM_IDX(inst, power_mode), \
976
.apex = DT_INST_ENUM_IDX(inst, apex), \
977
- .accel_pwr_mode = DT_INST_ENUM_IDX(inst, power_mode), \
978
- .apex = DT_INST_ENUM_IDX(inst, apex), \
979
IF_ENABLED(CONFIG_USE_EMD_ICM42670, \
980
(.gyro_fs = DT_INST_ENUM_IDX(inst, gyro_fs),)) \
981
0 commit comments