diff options
Diffstat (limited to 'scripts/motan/readlog.py')
-rw-r--r-- | scripts/motan/readlog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/motan/readlog.py b/scripts/motan/readlog.py index 4c078c9b..43c01619 100644 --- a/scripts/motan/readlog.py +++ b/scripts/motan/readlog.py @@ -234,7 +234,7 @@ class HandleStepQ: step_data.append((step_time, step_halfpos, step_pos)) LogHandlers["stepq"] = HandleStepQ -# Extract tmc currect and stallguard data from the log +# Extract tmc current and stallguard data from the log class HandleStallguard: SubscriptionIdParts = 2 ParametersMin = 2 |