From 01f6b684de551be5b1a60b9aa8f04fad86cb47ec Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 29 Sep 2010 02:07:39 +0000 Subject: [PATCH] Fix bug in prio inheritance test git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2951 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index afe46fc1931..69a99ddc5a1 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: September 11, 2010

+

Last Updated: September 28, 2010

@@ -1976,6 +1976,8 @@ nuttx-5.11 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> (see email thread: http://tech.groups.yahoo.com/group/nuttx/message/530) * drivers/mtd/at45db.c - Add a driver for the Atmel AT45DB161D 4Mbit SPI FLASH part (untested on initial check-in). + * examples/ostest/prioinherit.c - Need to reinitialize globals if + test is ran repeatedly in a loop. pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>