]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lpc/pd.py
All PDs: Consistent naming/case for annotation shortnames/IDs.
[libsigrokdecode.git] / decoders / lpc / pd.py
index f37c84505ac671aa82422d1596934a7adbe22bb9..983e8d9b28e6d5f85d2b4918250def9f8a9c8043 100644 (file)
@@ -125,7 +125,7 @@ class Decoder(srd.Decoder):
     annotations = [
         ['warnings', 'Warnings'],
         ['start', 'Start'],
-        ['cycle_type', 'Cycle-type/direction'],
+        ['cycle-type', 'Cycle-type/direction'],
         ['addr', 'Address'],
         ['tar1', 'Turn-around cycle 1'],
         ['sync', 'Sync'],