]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rgb_led_spi/pd.py
Slightly shorten a few PD descriptions.
[libsigrokdecode.git] / decoders / rgb_led_spi / pd.py
index 4749e45dd283eb72e60fcab582516b04bda04fe5..c6e1032fbe08487df1431f242562289b83a40a37 100644 (file)
@@ -25,7 +25,7 @@ class Decoder(srd.Decoder):
     id = 'rgb_led_spi'
     name = 'RGB LED (SPI)'
     longname = 'RGB LED string decoder (SPI)'
-    desc = 'Generic RGB LED string protocol (RGB values clocked over SPI).'
+    desc = 'RGB LED string protocol (RGB values clocked over SPI).'
     license = 'gplv2'
     inputs = ['spi']
     outputs = ['rgb_led_spi']