X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fi2c.py;fp=decoders%2Fi2c.py;h=967899ed5c24d282e86809403a0aa2b5f2398ba0;hp=083fbb315324067451facefbc70e732d69de315f;hb=9a12a6e7af3d7091d8e35dd1c731402cb80a01b0;hpb=957da0732562da1011adb6da95614d67143a607c diff --git a/decoders/i2c.py b/decoders/i2c.py index 083fbb3..967899e 100644 --- a/decoders/i2c.py +++ b/decoders/i2c.py @@ -120,7 +120,7 @@ FIND_DATA = 2 class Decoder(srd.Decoder): id = 'i2c' name = 'I2C' - longname = 'Inter-Integrated Circuit (I2C) bus' + longname = 'Inter-Integrated Circuit' desc = 'I2C is a two-wire, multi-master, serial bus.' longdesc = '...' author = 'Uwe Hermann'