summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-16 07:43:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-16 09:11:49 -0600
commit8822e6cd73ba4f781f9949afcc4b101260ee9450 (patch)
treeaa9bd06879320b33504b250051551b3f3b37e4da
parent90d1bf8b943e741b411d4427a73591a9e67308d5 (diff)
downloadpx4-nuttx-8822e6cd73ba4f781f9949afcc4b101260ee9450.tar.gz
px4-nuttx-8822e6cd73ba4f781f9949afcc4b101260ee9450.tar.bz2
px4-nuttx-8822e6cd73ba4f781f9949afcc4b101260ee9450.zip
Update ChangeLogs
-rw-r--r--NxWidgets/ChangeLog.txt5
-rw-r--r--apps/ChangeLog.txt5
2 files changed, 9 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 6bf237f29..734346dec 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -557,3 +557,8 @@
functions (2015-04-05).
1.16 2015-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+* NxWM::CTouchscreen: When boardctl() fails, need to print errno not the
+ returned value which will always be -1 (2015-04-16).
+* NxWidgets::CNxServer: Correct use of the BOARDIOC_GRAPHICS_SETUP
+ boardctl() call (2015-04-16). \ No newline at end of file
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 3cba5a8ca..ed9a505ec 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1272,4 +1272,7 @@
(2015-04-15).
* apps/examples/nxlines: Fix missing right bracket that causes
compile error when CONFIG_NX_XYINPUT=y. From Librae (2015-04-16).
-
+ * apps/examples: When boardctl() fails, need to print errno not the
+ returned value which will always be -1 (2015-04-16).
+ * apps/examples: Correct use of the BOARDIOC_GRAPHICS_SETUP boardctl()
+ call (2015-04-16).