We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e1d21 commit 9270663Copy full SHA for 9270663
src/communication/StepDirListener.h
@@ -47,7 +47,7 @@ class StepDirListener
47
int pin_step; //!< step pin
48
int pin_dir; //!< direction pin
49
long count; //!< current counter value - should be set to 0 for homing
50
- PinStatus polarity = RISING; //!< polarity of the step pin
+ int polarity = RISING; //!< polarity of the step pin
51
52
private:
53
float* attached_variable = nullptr; //!< pointer to the attached variable
0 commit comments