aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klippy/extras/tmc5160.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/tmc5160.py b/klippy/extras/tmc5160.py
index fa76c1b2..cfdd75e8 100644
--- a/klippy/extras/tmc5160.py
+++ b/klippy/extras/tmc5160.py
@@ -74,7 +74,7 @@ Registers = {
ReadRegisters = [
"GCONF", "CHOPCONF", "GSTAT", "DRV_STATUS", "FACTORY_CONF", "IOIN",
- "LOST_STEPS", "MSCNT", "MSCURACT", "OTP_READ", "PWMCONF", "PWM_SCALE",
+ "LOST_STEPS", "MSCNT", "MSCURACT", "OTP_READ", "PWM_SCALE",
"PWM_AUTO", "TSTEP"
]