Skip to content

Commit 3d751cc

Browse files
committed
Return 1 if successful
1 parent 6a32d47 commit 3d751cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/motors/HybridStepperMotor/HybridStepperMotor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ int HybridStepperMotor::init()
7070
_delay(500);
7171

7272
motor_status = FOCMotorStatus::motor_uncalibrated;
73+
return 1;
7374
}
7475

7576
// disable motor driver

0 commit comments

Comments
 (0)