diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index a7d04ce9997..77473f25356 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: November 11, 2010
+ Last Updated: November 17, 2010
|
@@ -1986,6 +1986,9 @@ nuttx-5.14 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
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.
pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>