X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fgpib%2Fpd.py;h=a7c9c73a9f548b68b7ee43483d92365999bca0d7;hb=afae4fa61ffd8dee62667e60f931e371061c7d7d;hp=dff60a0bbe5cbbcd4a86b048d3bf3472c3b99735;hpb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;p=libsigrokdecode.git diff --git a/decoders/gpib/pd.py b/decoders/gpib/pd.py index dff60a0..a7c9c73 100644 --- a/decoders/gpib/pd.py +++ b/decoders/gpib/pd.py @@ -24,10 +24,10 @@ class Decoder(srd.Decoder): id = 'gpib' name = 'GPIB' longname = 'General Purpose Interface Bus' - desc = 'IEEE-488 GPIB / HPIB protocol.' + desc = 'IEEE-488 General Purpose Interface Bus (GPIB / HPIB).' license = 'gplv2+' inputs = ['logic'] - outputs = ['gpib'] + outputs = [] tags = ['PC'] channels = ( {'id': 'dio1' , 'name': 'DIO1', 'desc': 'Data I/O bit 1'},