Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerspe committed Aug 3, 2020
1 parent ee8dc13 commit 57b00c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESP_FlexyStepper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ void ESP_FlexyStepper::setTargetPositionToStop()
this->isOnWayToHome = false;
this->isOnWayToLimit = false;

in setTargetPositionToStop if(directionOfMotion == 0){
if(directionOfMotion == 0){
return;
}

Expand Down

0 comments on commit 57b00c8

Please sign in to comment.