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