summaryrefslogtreecommitdiff
path: root/decoders/iec/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/iec/pd.py')
-rw-r--r--decoders/iec/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/iec/pd.py b/decoders/iec/pd.py
index 957310c..ff39b6b 100644
--- a/decoders/iec/pd.py
+++ b/decoders/iec/pd.py
@@ -30,7 +30,7 @@ class Decoder(srd.Decoder):
api_version = 3
id = 'iec'
name = 'IEC'
- longname = 'Commodore bus'
+ longname = 'Commodore IEC bus'
desc = 'Commodore serial IEEE-488 (IEC) bus protocol.'
license = 'gplv2+'
inputs = ['logic']