]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/spi/pd.py
Various PDs: Minor option related fixes.
[libsigrokdecode.git] / decoders / spi / pd.py
index d0e3409a6c8241eafe32001f496720f3180bdfba..7d84b3d53c123aaff8d3ae5e12099fea6e8e5868 100644 (file)
@@ -84,9 +84,9 @@ class Decoder(srd.Decoder):
             'values': (0, 1)},
         {'id': 'cpha', 'desc': 'Clock phase', 'default': 0,
             'values': (0, 1)},
-        {'id': 'bitorder', 'desc': 'Bit order within the SPI data',
+        {'id': 'bitorder', 'desc': 'Bit order',
             'default': 'msb-first', 'values': ('msb-first', 'lsb-first')},
-        {'id': 'wordsize', 'desc': 'Word size of SPI data', 'default': 8},
+        {'id': 'wordsize', 'desc': 'Word size', 'default': 8},
     )
     annotations = (
         ('miso-data', 'MISO data'),