summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-18 13:24:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-18 13:24:39 +0000
commita5d2dde9a837218f211a3a7210e247474bfa3680 (patch)
treed42ef2c1ba77634d1b40fb888a7ec5fe98d5bbf9 /nuttx/ChangeLog
parentaf6305d29d7ba7844b02d724d4588191e1560f1d (diff)
downloadnuttx-a5d2dde9a837218f211a3a7210e247474bfa3680.tar.gz
nuttx-a5d2dde9a837218f211a3a7210e247474bfa3680.tar.bz2
nuttx-a5d2dde9a837218f211a3a7210e247474bfa3680.zip
Fix sched_setscheduler() return value
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4629 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 6eeacf67a..6b30a3174 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2661,3 +2661,6 @@
and WWDIG watchdog timer driver.
* configs/stm3240g-eval/src/up_lcd.c: Add LCD from for the STM3240G-EVAL (the
initial check-in is just a stm3210e-eval driver with renaming).
+ * sched/sched_setscheduler.c: Correct successful return value (Contributed
+ by Richard Cochran).
+