summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/fs_fat32dirent.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-20 14:01:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-20 14:01:44 +0000
commitb09418b0e1265fdaeb5234d79ebd11e0496393be (patch)
tree017bc5e3cbe7d9025b722f4880811338c945d25d /nuttx/fs/fat/fs_fat32dirent.c
parentfa09debae62c900129855fe03932ab0ceef2d0b0 (diff)
downloadpx4-nuttx-b09418b0e1265fdaeb5234d79ebd11e0496393be.tar.gz
px4-nuttx-b09418b0e1265fdaeb5234d79ebd11e0496393be.tar.bz2
px4-nuttx-b09418b0e1265fdaeb5234d79ebd11e0496393be.zip
Update ADC header file for the STM32F40xxx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4105 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/fat/fs_fat32dirent.c')
-rw-r--r--nuttx/fs/fat/fs_fat32dirent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/fat/fs_fat32dirent.c b/nuttx/fs/fat/fs_fat32dirent.c
index 0c8d19f24..814bc3d82 100644
--- a/nuttx/fs/fat/fs_fat32dirent.c
+++ b/nuttx/fs/fat/fs_fat32dirent.c
@@ -2069,7 +2069,7 @@ static int fat_putlfname(struct fat_mountpt_s *fs, struct fat_dirinfo_s *dirinfo
/* Make sure that the sector containing the "last" long file name entry
* is in the sector cache (it probably is not).
- */
+ */
ret = fat_fscacheread(fs, dirinfo->dir.fd_currsector);
if (ret < 0)