summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-27 17:22:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-27 17:22:32 +0000
commit160d9118067fae079ef2e9980f7870f98346d13b (patch)
treec2c1cc1fbbc2e174f3292241646d37978fb1e8ca /nuttx/ChangeLog
parent6ee106076c82b106d35310449ebc50db0bd95afb (diff)
downloadnuttx-160d9118067fae079ef2e9980f7870f98346d13b.tar.gz
nuttx-160d9118067fae079ef2e9980f7870f98346d13b.tar.bz2
nuttx-160d9118067fae079ef2e9980f7870f98346d13b.zip
Fix backward conditional compilation in work_queue.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5394 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 810e0eb40..4b0992680 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3700,3 +3700,6 @@
* cloudctrl/src/up_chipid.c and shenzhou/src/up_chipid.c: Add functions to
get chip ID. Contributed by Darcy Gong. These should not be board-dependent,
but should be in arch/arm/src/stm32 where they can be used from any board.
+ * sched/work_thread.c: Fix backward conditional compilation. This might
+ has caused a memory leadk. From Freddie Chopin.
+