diff options
Diffstat (limited to 'decoders/gpib/pd.py')
-rw-r--r-- | decoders/gpib/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/gpib/pd.py b/decoders/gpib/pd.py index dff60a0..fb9ad00 100644 --- a/decoders/gpib/pd.py +++ b/decoders/gpib/pd.py @@ -24,7 +24,7 @@ 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'] |