Skip to content

Commit e62c255

Browse files
Update drivers/sensor/ti/ti_hdc302x/ti_hdc302x.c
Co-authored-by: Pieter De Gendt <[email protected]>
1 parent c39adad commit e62c255

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/sensor/ti/ti_hdc302x/ti_hdc302x.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -863,10 +863,10 @@ static int ti_hdc302x_attr_set(const struct device *dev, enum sensor_channel cha
863863
}
864864

865865
static DEVICE_API(sensor, ti_hdc302x_api_funcs) = {
866-
.sample_fetch = ti_hdc302x_sample_fetch,
867-
.channel_get = ti_hdc302x_channel_get,
868-
.attr_set = ti_hdc302x_attr_set,
869-
.attr_get = ti_hdc302x_attr_get,
866+
.sample_fetch = ti_hdc302x_sample_fetch,
867+
.channel_get = ti_hdc302x_channel_get,
868+
.attr_set = ti_hdc302x_attr_set,
869+
.attr_get = ti_hdc302x_attr_get,
870870
};
871871

872872
static int ti_hdc302x_reset(const struct device *dev)

0 commit comments

Comments
 (0)