]> sigrok.org Git - libsigrokdecode.git/commitdiff
cc1101: Add missing annotation class.
authorUwe Hermann <redacted>
Tue, 31 Dec 2019 21:03:53 +0000 (22:03 +0100)
committerUwe Hermann <redacted>
Wed, 1 Jan 2020 00:59:54 +0000 (01:59 +0100)
This was causing incorrect annotation class indices to be used.

decoders/cc1101/pd.py

index 9893280af42cb1fafe01616fe5db67a5a6aec77a..8b851369b3de14baa15dfe51745cbcca78ebb698 100644 (file)
@@ -43,6 +43,7 @@ class Decoder(srd.Decoder):
         ('single_write', 'Single register write'),
         ('burst_read', 'Burst register read'),
         ('burst_write', 'Burst register write'),
+        ('status_read', 'Status read'),
         ('status_reg', 'Status register'),
         ('warning', 'Warning'),
     )