summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-09 15:27:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-09 15:27:17 -0600
commit695b0474bebb5b63c3c2d62a07d740866caac7c0 (patch)
treee3b3cfe4498eb5b09381d67061a79eb08a1a58bd /apps/ChangeLog.txt
parent6b17927c0346eb23445c84e0d119137bc9db2398 (diff)
downloadnuttx-695b0474bebb5b63c3c2d62a07d740866caac7c0.tar.gz
nuttx-695b0474bebb5b63c3c2d62a07d740866caac7c0.tar.bz2
nuttx-695b0474bebb5b63c3c2d62a07d740866caac7c0.zip
Change in apps/examples/composite to eliminate some false alarm debug assertions
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index b6f355d67..bcfaf8087 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -596,6 +596,8 @@
for a long time (2013-6-23).
* apps/examplex/nxhello: Correct default colors when in Y1 code mode.
(2013-6-24).
- * system/Make.defs and Kconfig: The RAM test was not correctly built
+ * apps/system/Make.defs and Kconfig: The RAM test was not correctly built
into the configuration and build system (2013-6-26).
-
+ * apps/examples/composite/composite_main.c: SourceForge But Ticket #19.
+ Change to prevent some false alarm debug assertions (From Chia Cheng
+ Tao, 2013-7-9).