Skip to content
Snippets Groups Projects
Unverified Commit b6cd8b23 authored by Jason Smith's avatar Jason Smith Committed by GitHub
Browse files

TMCStepper 0.7.0 followup (#18388)

parent 2b286a10
Branches
Tags 2.0.0
No related merge requests found
......@@ -197,7 +197,7 @@ class TMCMarlin<TMC2209Stepper, AXIS_LETTER, DRIVER_ID, AXIS_ID> : public TMC220
TMCMarlin(Stream * SerialPort, const float RS, const uint8_t addr) :
TMC2209Stepper(SerialPort, RS, addr)
{}
TMCMarlin(const uint16_t RX, const uint16_t TX, const float RS, const uint8_t addr, const bool) :
TMCMarlin(const uint16_t RX, const uint16_t TX, const float RS, const uint8_t addr) :
TMC2209Stepper(RX, TX, RS, addr)
{}
uint8_t get_address() { return slave_address; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment