]> sigrok.org Git - libsigrokdecode.git/commitdiff
Fix documentation comment in SPI decoder
authorPaul "LeoNerd" Evans <redacted>
Sat, 7 Nov 2015 23:39:59 +0000 (23:39 +0000)
committerUwe Hermann <redacted>
Sun, 22 Nov 2015 14:14:06 +0000 (15:14 +0100)
decoders/spi/pd.py

index 4a686ddd204a9fbff6b439f37e90db2f9ef14dda..09b5689650efdbe68865024a12bdb816aafc8e70 100644 (file)
@@ -34,7 +34,7 @@ Packet:
    channel was not supplied.
  - 'BITS': <data1>/<data2> contain a list of bit values in this MOSI/MISO data
    item, and for each of those also their respective start-/endsample numbers.
- - 'CS CHANGE': <data1> is the old CS# pin value, <data2> is the new value.
+ - 'CS-CHANGE': <data1> is the old CS# pin value, <data2> is the new value.
    Both data items are Python numbers (0/1), not strings. At the beginning of
    the decoding a packet is generated with <data1> = None and <data2> being the
    initial state of the CS# pin or None if the chip select pin is not supplied.