Clean up whitespace

This commit is contained in:
Scott Lahteine
2020-04-28 04:31:59 -05:00
parent 5f7a75979f
commit 2c959123e5
44 changed files with 7 additions and 48 deletions

View File

@@ -100,7 +100,7 @@ class TMCMarlin : public TMC, public TMCStorage<AXIS_LETTER, DRIVER_ID> {
TMC::rms_current(mA, mult);
}
inline uint16_t get_microstep_counter() { return TMC::MSCNT(); }
#if HAS_STEALTHCHOP
inline void refresh_stepping_mode() { this->en_pwm_mode(this->stored.stealthChop_enabled); }
inline bool get_stealthChop_status() { return this->en_pwm_mode(); }