diff options
Diffstat (limited to 'decoders/ds243x')
-rw-r--r-- | decoders/ds243x/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ds243x/pd.py b/decoders/ds243x/pd.py index b2194e7..7f9f666 100644 --- a/decoders/ds243x/pd.py +++ b/decoders/ds243x/pd.py @@ -68,7 +68,7 @@ class Decoder(srd.Decoder): desc = 'Maxim DS243x series 1-Wire EEPROM protocol.' license = 'gplv2+' inputs = ['onewire_network'] - outputs = ['ds243x'] + outputs = [] tags = ['IC', 'Memory'] annotations = ( ('text', 'Human-readable text'), |