]> git.neil.brown.name Git - plato.git/commitdiff
gsmd2: define the didset function.
authorNeilBrown <neil@brown.name>
Sun, 11 Oct 2015 07:50:10 +0000 (18:50 +1100)
committerNeilBrown <neil@brown.name>
Sun, 11 Oct 2015 07:50:10 +0000 (18:50 +1100)
A recent patch causes this to be called, but it doesn't exist!

Signed-off-by: NeilBrown <neil@brown.name>
gsm/gsmd2.py

index 6f624767c9643cee41c83ba270aec13c3a5ad191..cb7574324858658df54811d0c00ef3ef4f7aa901 100644 (file)
@@ -1471,6 +1471,9 @@ class clock(Engine):
                 at_queue('+CTZU=1', self.didset, 2000)
         return False
 
+    def didset(self, line):
+        pass
+
     def got_clk(self, line):
         now = time.time()
         if not line: