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 cefd85d commit b4b5d8bCopy full SHA for b4b5d8b
drivers/stepper/allegro/a4979.c
@@ -252,6 +252,7 @@ static DEVICE_API(stepper, a4979_stepper_api) = {
252
.get_actual_position = step_dir_stepper_common_get_actual_position,
253
.set_microstep_interval = step_dir_stepper_common_set_microstep_interval,
254
.run = a4979_run,
255
+ .stop = step_dir_stepper_common_stop,
256
.set_micro_step_res = a4979_stepper_set_micro_step_res,
257
.get_micro_step_res = a4979_stepper_get_micro_step_res,
258
.set_event_callback = step_dir_stepper_common_set_event_callback,
0 commit comments