Skip to content

Commit

Permalink
Return 1 if successful
Browse files Browse the repository at this point in the history
  • Loading branch information
Candas1 committed Jul 21, 2024
1 parent 6a32d47 commit 3d751cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/motors/HybridStepperMotor/HybridStepperMotor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ int HybridStepperMotor::init()
_delay(500);

motor_status = FOCMotorStatus::motor_uncalibrated;
return 1;
}

// disable motor driver
Expand Down

0 comments on commit 3d751cc

Please sign in to comment.