Skip to content

Commit

Permalink
Patch for _STEP_INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and Vertabreak committed Jan 20, 2020
1 parent 0f2d417 commit 2640002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/stepper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@ void Stepper::init() {
if (!E_ENABLE_ON) E5_ENABLE_WRITE(HIGH);
#endif

#define _STEP_INIT(AXIS) AXIS ##_STEP_INIT
#define _STEP_INIT(AXIS) AXIS ##_STEP_INIT()
#define _WRITE_STEP(AXIS, HIGHLOW) AXIS ##_STEP_WRITE(HIGHLOW)
#define _DISABLE(AXIS) disable_## AXIS()

Expand Down

0 comments on commit 2640002

Please sign in to comment.