From 9234d1204ab2982f8bbcaa02d18b0da4e9287d60 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 16 Apr 2015 07:43:37 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 3cba5a8ca..ed9a505ec 100644 --- a/ChangeLog.txt +++ b/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).