summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-17 12:08:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-17 12:08:25 +0000
commitc021964a6bd0319748457772ce8179935f54bbf7 (patch)
treeebc47002688ada2b15b6f3fbbb0a43f1922841b3 /nuttx/ChangeLog
parent4f3a80e30cf925912316179463f7f1288bd0aac8 (diff)
downloadpx4-nuttx-c021964a6bd0319748457772ce8179935f54bbf7.tar.gz
px4-nuttx-c021964a6bd0319748457772ce8179935f54bbf7.tar.bz2
px4-nuttx-c021964a6bd0319748457772ce8179935f54bbf7.zip
Fix error in timer_settime()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3117 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 3e4e4fdb9..c2223cc5f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1337,5 +1337,8 @@
verify the LPC17xx ethernet driver currently under development.
* arch/arm/src/lpc17xx/lpc17xx_ethernet.c/.h - Began development of
the LPC17xx Ethernet driver.
+ * sched/timer_settime.c - Fix an error in set-up of one-shot timer. It was
+ using the repititive timer value (which is zero in the one-shot case,
+ always resulting in a 10Ms timer! Found and fixed by Wilton Tong.