Skip to content

Commit

Permalink
one more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Mar 24, 2024
1 parent 8642176 commit 59191c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spf/mavlink/mavlink_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def update_all_parameters(self, timeout=50):
if len(self.params) != params_read: # if we got an update reset the clock
start_time = time.time()
params_read = len(self.params)
if params_read > 0 and params_read == len(self.param_count):
if params_read > 0 and params_read == self.param_count:
break
time.sleep(0.1)
logging.info(
Expand Down

0 comments on commit 59191c2

Please sign in to comment.