aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/mpu9250.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/mpu9250.py')
-rw-r--r--klippy/extras/mpu9250.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/mpu9250.py b/klippy/extras/mpu9250.py
index 4626e1c0..421274ba 100644
--- a/klippy/extras/mpu9250.py
+++ b/klippy/extras/mpu9250.py
@@ -175,7 +175,7 @@ class MPU9250:
reqclock=reqclock)
logging.info("MPU9250 starting '%s' measurements", self.name)
# Initialize clock tracking
- self.clock_updater.note_start(reqclock)
+ self.clock_updater.note_start()
self.last_error_count = 0
def _finish_measurements(self):
# Halt bulk reading