Browse Source

TMCStepper 0.7.0 followup (#18388)

Jason Smith 4 years ago
parent
commit
b6cd8b230e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/tmc_util.h

+ 1
- 1
Marlin/src/feature/tmc_util.h View File

@@ -197,7 +197,7 @@ class TMCMarlin<TMC2209Stepper, AXIS_LETTER, DRIVER_ID, AXIS_ID> : public TMC220
197 197
     TMCMarlin(Stream * SerialPort, const float RS, const uint8_t addr) :
198 198
       TMC2209Stepper(SerialPort, RS, addr)
199 199
       {}
200
-    TMCMarlin(const uint16_t RX, const uint16_t TX, const float RS, const uint8_t addr, const bool) :
200
+    TMCMarlin(const uint16_t RX, const uint16_t TX, const float RS, const uint8_t addr) :
201 201
       TMC2209Stepper(RX, TX, RS, addr)
202 202
       {}
203 203
     uint8_t get_address() { return slave_address; }

Loading…
Cancel
Save