diff options
author | Joel Holdsworth <joel@airwebreathe.org.uk> | 2013-12-28 09:02:34 +0100 |
---|---|---|
committer | Joel Holdsworth <joel@airwebreathe.org.uk> | 2013-12-28 09:04:53 +0100 |
commit | 270a59d81fd0d18e6dc8930829d61e0bf64f0e8d (patch) | |
tree | 1684b0e7cd9ac7f68c8e264993816909776c7027 /decoders/i2s/__init__.py | |
parent | bbe6d87fa91938bafc81c19cb1ef868d1c29bb2b (diff) | |
download | libsigrokdecode-270a59d81fd0d18e6dc8930829d61e0bf64f0e8d.tar.gz libsigrokdecode-270a59d81fd0d18e6dc8930829d61e0bf64f0e8d.zip |
i2s: Replace I2S with I²S
Diffstat (limited to 'decoders/i2s/__init__.py')
-rw-r--r-- | decoders/i2s/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/i2s/__init__.py b/decoders/i2s/__init__.py index 84abe96..e59ca96 100644 --- a/decoders/i2s/__init__.py +++ b/decoders/i2s/__init__.py @@ -19,7 +19,7 @@ ## ''' -I2S protocol decoder. +I²S protocol decoder. Documentation: http://www.nxp.com/acrobat_download/various/I2SBUS.pdf |