diff options
Diffstat (limited to 'decoders/rtc8564/rtc8564.py')
-rw-r--r-- | decoders/rtc8564/rtc8564.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/rtc8564/rtc8564.py b/decoders/rtc8564/rtc8564.py index 00bfb27..4ce6070 100644 --- a/decoders/rtc8564/rtc8564.py +++ b/decoders/rtc8564/rtc8564.py @@ -52,7 +52,7 @@ class Decoder(srd.Decoder): ] options = {} annotations = [ - ['TODO', 'TODO'], + ['TODO', 'TODO'], ] def __init__(self, **kwargs): @@ -205,7 +205,7 @@ class Decoder(srd.Decoder): self.state = READ_RTC_REGS2 return else: - pass # TODO + pass # TODO elif self.state == READ_RTC_REGS2: if cmd == 'DATA READ': handle_reg = getattr(self, 'handle_reg_0x%02x' % self.reg) |