Skip to content

Commit

Permalink
oops fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pellcorp committed Nov 6, 2024
1 parent 343a876 commit f6bc001
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions klippy/extras/mpu9250.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ def _build_config(self):
"query_mpu9250 oid=%c rest_ticks=%u", cq=cmdqueue)
self.ffreader.setup_query_command("query_mpu9250_status oid=%c",
oid=self.oid, cq=cmdqueue)
"query_mpu9250 oid=%c rest_ticks=%u", cq=cmdqueue
)
self.ffreader.setup_query_command(
"query_mpu9250_status oid=%c", oid=self.oid, cq=cmdqueue
)

def check_connected(self):
if self.mcu.non_critical_disconnected:
Expand Down

0 comments on commit f6bc001

Please sign in to comment.