diff options
author | Soeren Apel <soeren@apelpie.net> | 2020-07-30 21:42:41 +0200 |
---|---|---|
committer | Soeren Apel <soeren@apelpie.net> | 2020-07-30 21:42:41 +0200 |
commit | b3a0347a805b1bb40773faa5d45ef160e74d8e33 (patch) | |
tree | 7096c203dae7a9711dcbbe0fb9ae6446010589b1 /decoders/lfast | |
parent | a9b8f8642f8422741b6db1f08cdd703c599c1402 (diff) | |
download | libsigrokdecode-b3a0347a805b1bb40773faa5d45ef160e74d8e33.tar.gz libsigrokdecode-b3a0347a805b1bb40773faa5d45ef160e74d8e33.zip |
lfast/sipi: Fix typo
Diffstat (limited to 'decoders/lfast')
-rw-r--r-- | decoders/lfast/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/lfast/__init__.py b/decoders/lfast/__init__.py index a2fd0fe..681f4f9 100644 --- a/decoders/lfast/__init__.py +++ b/decoders/lfast/__init__.py @@ -18,7 +18,7 @@ ## ''' -LFAST is a physical communication interface used mainly by the NXP ZipWire +LFAST is a physical communication interface used mainly by the NXP Zipwire interface. It's a framed asynchronous serial interface using differential TX/RX pairs, capable of data rates of up to 320 MBit/s. |