TMCStepper 0.7.0 followup (#18388)

This commit is contained in:
Jason Smith 2020-06-22 12:25:46 -07:00 committed by GitHub
parent 2b286a101a
commit b6cd8b230e
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; }