]> sigrok.org Git - libsigrokdecode.git/commitdiff
pca9571: Shorten names a bit.
authorUwe Hermann <redacted>
Sat, 6 Jul 2019 13:33:43 +0000 (15:33 +0200)
committerUwe Hermann <redacted>
Sat, 6 Jul 2019 13:36:42 +0000 (15:36 +0200)
decoders/pca9571/pd.py

index 3832653ab3f5c3fc2d94fb8d2d1b8a858a305423..df309e917d624c9458c93415693635f4b844386d 100644 (file)
@@ -26,8 +26,8 @@ NUM_OUTPUT_CHANNELS = 8
 class Decoder(srd.Decoder):
     api_version = 3
     id = 'pca9571'
-    name = 'NXP PCA9571'
-    longname = 'NXP Semiconductors PCA9571'
+    name = 'PCA9571'
+    longname = 'NXP PCA9571'
     desc = 'NXP PCA9571 8-bit I²C output expander.'
     license = 'gplv2+'
     inputs = ['i2c']