Skip to content

Commit

Permalink
chat: buf fix to simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Dec 8, 2023
1 parent 7072876 commit 590b684
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MAVProxy/modules/mavproxy_chat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ def mavlink_packet(self, m):
else:
self.packets_othertarget += 1

# update function rapidly called by mavproxy
def idle_task(self):
# do nothing for now

# initialise module
def init(mpstate):
return chat(mpstate)

0 comments on commit 590b684

Please sign in to comment.