]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/dsi/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / dsi / pd.py
index c7cab8082c37f94e1e85bca09781572117e41833..b5faf6f699b0ed111e87547db9551b135a641398 100644 (file)
@@ -47,7 +47,7 @@ class Decoder(srd.Decoder):
     )
     annotation_rows = (
         ('bits', 'Bits', (0,)),
-        ('raw', 'Raw data', (3,)),
+        ('raw-vals', 'Raw data', (3,)),
         ('fields', 'Fields', (1, 2)),
     )