diff options
Diffstat (limited to 'decoders/rtc8564/pd.py')
-rw-r--r-- | decoders/rtc8564/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/rtc8564/pd.py b/decoders/rtc8564/pd.py index 25eb4e7..b57fae6 100644 --- a/decoders/rtc8564/pd.py +++ b/decoders/rtc8564/pd.py @@ -35,7 +35,7 @@ class Decoder(srd.Decoder): desc = 'Realtime clock module protocol.' license = 'gplv2+' inputs = ['i2c'] - outputs = ['rtc8564'] + outputs = [] tags = ['Clock/timing'] annotations = reg_list() + ( ('read', 'Read date/time'), |