From d7835d62de2c248fd9a996568ab6425d31779ea8 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Sun, 11 Oct 2015 18:50:10 +1100 Subject: [PATCH] gsmd2: define the didset function. A recent patch causes this to be called, but it doesn't exist! Signed-off-by: NeilBrown --- gsm/gsmd2.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gsm/gsmd2.py b/gsm/gsmd2.py index 6f62476..cb75743 100644 --- a/gsm/gsmd2.py +++ b/gsm/gsmd2.py @@ -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: -- 2.39.5