Skip to content

Commit 012608c

Browse files
author
Richard Unger
committed
fix typo
1 parent b3f2e96 commit 012608c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/BLDCMotor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ void BLDCMotor::init() {
9797
||controller==MotionControlType::velocity_openloop)
9898
&& (sensor_direction == Direction::UNKNOWN)) {
9999
sensor_direction = Direction::CW;
100-
}
101100
}
102101

103102
_delay(500);

src/StepperMotor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ void StepperMotor::init() {
6161
||controller==MotionControlType::velocity_openloop)
6262
&& (sensor_direction == Direction::UNKNOWN)) {
6363
sensor_direction = Direction::CW;
64-
}
6564
}
6665

6766
_delay(500);

0 commit comments

Comments
 (0)