Skip to content

Commit 461264a

Browse files
committed
typo
1 parent 1aeb15a commit 461264a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/base_classes/FOCMotor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ class FOCMotor
426426
uint32_t open_loop_timestamp;
427427

428428
// function pointer for custom control method
429-
float (*customMotionControlCallback)(FOCMotor* motor, float target) = nullptr;
429+
float (*customMotionControlCallback)(FOCMotor* motor) = nullptr;
430430

431431
};
432432

0 commit comments

Comments
 (0)