]> 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 f097574b6bdbd6aa558fe0eb39ca3bd67a95d5b5..983e8d9b28e6d5f85d2b4918250def9f8a9c8043 100644 (file)
@@ -18,8 +18,6 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-# LPC protocol decoder
-
 import sigrokdecode as srd
 
 # ...
@@ -127,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'],