aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/tmc2240.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/tmc2240.py')
-rw-r--r--klippy/extras/tmc2240.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/tmc2240.py b/klippy/extras/tmc2240.py
index 1e2a4915..21c835e2 100644
--- a/klippy/extras/tmc2240.py
+++ b/klippy/extras/tmc2240.py
@@ -95,7 +95,7 @@ Fields["DRV_STATUS"] = {
"s2vsb": 0x01 << 13,
"stealth": 0x01 << 14,
"fsactive": 0x01 << 15,
- "csactual": 0x1F << 16,
+ "cs_actual": 0x1F << 16,
"stallguard": 0x01 << 24,
"ot": 0x01 << 25,
"otpw": 0x01 << 26,