X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Flpc%2Fpd.py;h=983e8d9b28e6d5f85d2b4918250def9f8a9c8043;hb=9f2f42c064e8a7100cee13460a7a3638f468f56a;hp=f37c84505ac671aa82422d1596934a7adbe22bb9;hpb=ef36224880135a05d2fbde8f048ea3fe3f425df9;p=libsigrokdecode.git diff --git a/decoders/lpc/pd.py b/decoders/lpc/pd.py index f37c845..983e8d9 100644 --- a/decoders/lpc/pd.py +++ b/decoders/lpc/pd.py @@ -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'],