Skip to content

Commit cccf464

Browse files
authored
Fixed typo in index.md
Fixed typo on line 351. `current_sese` -> `current_sense`
1 parent 4a97baf commit cccf464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/simplefoc_library/code/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ void setup() {
348348
// link driver and the current sense
349349

350350
// link the motor to current sense
351-
motor.linkCurrentSense(&current_sese);
351+
motor.linkCurrentSense(&current_sense);
352352

353353
// set control loop type to be used
354354
motor.controller = MotionControlType::velocity;

0 commit comments

Comments
 (0)