summaryrefslogtreecommitdiff
path: root/decoders/swim
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/swim')
-rw-r--r--decoders/swim/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/swim/pd.py b/decoders/swim/pd.py
index fd43f41..b48bb12 100644
--- a/decoders/swim/pd.py
+++ b/decoders/swim/pd.py
@@ -55,7 +55,7 @@ class Decoder(srd.Decoder):
('address', 'Address'),
('data-write', 'Data write'),
('data-read', 'Data read'),
- ('debug', 'Debug'),
+ ('debug-msg', 'Debug message'),
)
annotation_rows = (
('bits', 'Bits', (0,)),