X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fds243x%2Fpd.py;h=7f9f6660cc86ec2293c866b4ecf04d50e05a2d12;hb=fd41596ace75474b122f697ba85ffab28cc0dca7;hp=b2194e7288d113ccd2d77e4d40c4cf2e783720fe;hpb=2787cf2abc0187679e87d3735ca3e64c2a1a91c8;p=libsigrokdecode.git 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'),