summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 14:07:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 14:07:30 +0000
commit0f27a84a512545f77a358719c9d3c29a1f323199 (patch)
treebf4bd5cd25203d4da42c97d78830c23ce4ea2019 /nuttx/ChangeLog
parent5d419d446892951306c7802ae490961b43a26f4b (diff)
downloadnuttx-0f27a84a512545f77a358719c9d3c29a1f323199.tar.gz
nuttx-0f27a84a512545f77a358719c9d3c29a1f323199.tar.bz2
nuttx-0f27a84a512545f77a358719c9d3c29a1f323199.zip
Fix rounding in clock_time2ticks(). From Mike Smith.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5502 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3d124073b..758e8c862 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3897,4 +3897,6 @@
arch/arm/src/lm so that is can support other members of the
Stellaris family.
* libc/spawn: Add file action interfaces needed by posix_spawn().
+ * sched/clock_time2ticks.c: Another case where time was being
+ rounded down instead of up (from Mikek Smith).