Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drivers/haptics/drv2605.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ static int drv2605_init(const struct device *dev)
return 0;
}

static const struct haptics_driver_api drv2605_driver_api = {
static DEVICE_API(haptics, drv2605_driver_api) = {
.start_output = &drv2605_start_output,
.stop_output = &drv2605_stop_output,
};
Expand Down
Loading