Skip to content

Commit

Permalink
Update TMCStepper.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtreetech committed Oct 8, 2019
1 parent b43f65a commit 58c47ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TMCStepper.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define INIT2224_REGISTER(REG) TMC2224_n::REG##_t REG##_register = TMC2224_n::REG##_t
#define SET_ALIAS(TYPE, DRIVER, NEW, ARG, OLD) TYPE (DRIVER::*NEW)(ARG) = &DRIVER::OLD

#define TMCSTEPPER_VERSION 0x000405 // v0.4.5
#define TMCSTEPPER_VERSION 0x000505 // v0.5.5

class TMCStepper {
public:
Expand Down

0 comments on commit 58c47ee

Please sign in to comment.