Update ChangeLogs

This commit is contained in:
Gregory Nutt 2015-04-16 07:43:37 -06:00
parent 804061abdc
commit 9234d1204a

View File

@ -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).