summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-04-24 22:02:59 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2019-04-24 22:02:59 +0200
commit7592278ad81ee057718b01b4e9e18a99e833b51d (patch)
treee97ecce3f5e98886d56732fcb8c638d8a753a85f /NEWS
parentce0fb9a37844cb2fcb8f7c569265c78ceb548162 (diff)
downloadlibsigrokdecode-7592278ad81ee057718b01b4e9e18a99e833b51d.tar.gz
libsigrokdecode-7592278ad81ee057718b01b4e9e18a99e833b51d.zip
NEWS: Fix two typos.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f278991..c0cc6cf 100644
--- a/NEWS
+++ b/NEWS
@@ -175,7 +175,7 @@ means it is NOT backwards-compatible and frontends will need updates.
* jitter:
- Avoid Unicode string literals (bug #569).
* jtag:
- - Fix/enable OUT_PYTHON output.
+ - Fix/enable OUTPUT_PYTHON output.
- Add more annotations, fix a SHIFT-IR/-DR issue.
* jtag_stm32:
- Fix incorrect handling of registers.
@@ -197,7 +197,7 @@ means it is NOT backwards-compatible and frontends will need updates.
* pwm:
- Avoid Unicode string literals (bug #569).
* spi:
- - OUT_PYTHON docs: Fix order of MISO/MOSI data items.
+ - OUTPUT_PYTHON docs: Fix order of MISO/MOSI data items.
- Tell stacked decoders about missing CS# signal.
- Add binary output facilities for MISO/MOSI (bug #424).
- Don't decode data lines if CS# isn't asserted (bug #559).