From 21e45f1af547e059dab72ca81d434acd99f04fd5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 29 May 2009 13:32:00 +0000 Subject: [PATCH] Fix mount problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1835 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 035d5d084f4..4e651caa4a6 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 28, 2009

+

Last Updated: May 29, 2009

@@ -1439,6 +1439,8 @@ nuttx-0.4.7 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * configs/mcu123-lpc214x/src: Corrected some logic in the LPC2148 SPI receive block logic. Re-verified SDC ver1.x support with 1Gb Toshiba SDC, 1Gb PNY SDC, 2Gb SanDisk SDC, and 4Gb Kingston SDHC. + * fs/fs_mount.c: Corrected error handling that could cause a deadlock on certain + mount() failures. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>