diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2015-04-04 18:34:42 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2015-04-07 02:52:51 +0200 |
commit | 868fd207a7506ae2ab48d6a8755350e452d60521 (patch) | |
tree | 6c4c4c1e1cf12c2e2b5627f0af83bf330a09e58b /NEWS | |
parent | c357abd198bd195cb9ea015130dc76c8c7a33651 (diff) | |
download | libsigrokdecode-868fd207a7506ae2ab48d6a8755350e452d60521.tar.gz libsigrokdecode-868fd207a7506ae2ab48d6a8755350e452d60521.zip |
Fix a bunch of typos.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,10 +64,10 @@ means it is NOT backwards-compatible and frontends will need updates. - Either MISO or MOSI can be optional now, but not both (bug #175). - The CS# pin is optional now. If the pin is supplied, it is honored (decoding only happens when the pin is asserted). Otherwise decoding will - use every CLK edge, regardless of CS# state or CS# existance (bug #152). + use every CLK edge, regardless of CS# state or CS# existence (bug #152). - Rename the 'SCK' pin to the more common 'CLK'. - Output bit-exact annotations and data for use by stacked PDs. - - Fix a bug occuring when only MOSI (but not MISO) was supplied. + - Fix a bug occurring when only MOSI (but not MISO) was supplied. * transitioncounter: - Drop the obsolete 'transitioncounter' dummy protocol decoder. * uart: |