diff options
author | Joel Holdsworth <joel@airwebreathe.org.uk> | 2013-12-28 09:03:48 +0100 |
---|---|---|
committer | Joel Holdsworth <joel@airwebreathe.org.uk> | 2013-12-28 09:04:53 +0100 |
commit | f9c2aa723f5a5c0b7baca2dd5c8f9da92900fce6 (patch) | |
tree | 64408676d8935efcefe5eba60f1ab76436f7b3cf /decoders | |
parent | 270a59d81fd0d18e6dc8930829d61e0bf64f0e8d (diff) | |
download | libsigrokdecode-f9c2aa723f5a5c0b7baca2dd5c8f9da92900fce6.tar.gz libsigrokdecode-f9c2aa723f5a5c0b7baca2dd5c8f9da92900fce6.zip |
i2s_dump: Replace I2S with I²S
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/i2s_dump/pd.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/i2s_dump/pd.py b/decoders/i2s_dump/pd.py index d922a07..1661acb 100644 --- a/decoders/i2s_dump/pd.py +++ b/decoders/i2s_dump/pd.py @@ -25,9 +25,9 @@ import sys class Decoder(srd.Decoder): api_version = 1 id = 'i2s_dump' - name = 'I2S dump' - longname = 'I2S dump' - desc = 'Output decoded I2S data to a file.' + name = 'I²S dump' + longname = 'I²S dump' + desc = 'Output decoded I²S data to a file.' license = 'gplv2+' inputs = ['i2s'] outputs = [] |