Skip to content

Commit 57b00c8

Browse files
committed
fixed typo
1 parent ee8dc13 commit 57b00c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESP_FlexyStepper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ void ESP_FlexyStepper::setTargetPositionToStop()
10251025
this->isOnWayToHome = false;
10261026
this->isOnWayToLimit = false;
10271027

1028-
in setTargetPositionToStop if(directionOfMotion == 0){
1028+
if(directionOfMotion == 0){
10291029
return;
10301030
}
10311031

0 commit comments

Comments
 (0)