Browse Source

TMCStepper 0.7.0 followup (#18388)

Jason Smith 5 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
     TMCMarlin(Stream * SerialPort, const float RS, const uint8_t addr) :
197
     TMCMarlin(Stream * SerialPort, const float RS, const uint8_t addr) :
198
       TMC2209Stepper(SerialPort, RS, addr)
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
       TMC2209Stepper(RX, TX, RS, addr)
201
       TMC2209Stepper(RX, TX, RS, addr)
202
       {}
202
       {}
203
     uint8_t get_address() { return slave_address; }
203
     uint8_t get_address() { return slave_address; }

Loading…
Cancel
Save