From 590b68426b2386ee40692b4b6a80497f2f22bb41 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Fri, 8 Dec 2023 11:58:05 +0900 Subject: [PATCH] chat: buf fix to simplification --- MAVProxy/modules/mavproxy_chat/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MAVProxy/modules/mavproxy_chat/__init__.py b/MAVProxy/modules/mavproxy_chat/__init__.py index 9a3248a1f1..e495817f32 100644 --- a/MAVProxy/modules/mavproxy_chat/__init__.py +++ b/MAVProxy/modules/mavproxy_chat/__init__.py @@ -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)