Skip to content

Commit 5a1c27c

Browse files
Merge pull request #42 from BoguesUser/patch-1
Fixed typo in index.md
2 parents 4a97baf + cccf464 commit 5a1c27c

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)