diff options
Diffstat (limited to 'decoders/rtc8564')
-rw-r--r-- | decoders/rtc8564/__init__.py | 1 | ||||
-rw-r--r-- | decoders/rtc8564/pd.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/decoders/rtc8564/__init__.py b/decoders/rtc8564/__init__.py index 9a397b1..65aa640 100644 --- a/decoders/rtc8564/__init__.py +++ b/decoders/rtc8564/__init__.py @@ -24,4 +24,3 @@ RTC-8564 JE/NB real-time clock (RTC) protocol. ''' from .pd import * - diff --git a/decoders/rtc8564/pd.py b/decoders/rtc8564/pd.py index 5f031e2..e95ff10 100644 --- a/decoders/rtc8564/pd.py +++ b/decoders/rtc8564/pd.py @@ -252,4 +252,3 @@ class Decoder(srd.Decoder): self.state = 'IDLE' else: pass # TODO? - |