summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-18 00:20:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-18 00:20:58 +0000
commit01cbaa393093aadfb26d3e25f8750ba486e33151 (patch)
tree61c366fba4eca594e94a9d9ebade56420196b2f4 /nuttx/arch
parent4ecccdde7bee50fe775173f342ad58d2875de8bc (diff)
downloadpx4-nuttx-01cbaa393093aadfb26d3e25f8750ba486e33151.tar.gz
px4-nuttx-01cbaa393093aadfb26d3e25f8750ba486e33151.tar.bz2
px4-nuttx-01cbaa393093aadfb26d3e25f8750ba486e33151.zip
Correct FAT long file name padding character
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3794 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_sdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_sdio.c b/nuttx/arch/arm/src/stm32/stm32_sdio.c
index 740fd9efd..63930ef8b 100644
--- a/nuttx/arch/arm/src/stm32/stm32_sdio.c
+++ b/nuttx/arch/arm/src/stm32/stm32_sdio.c
@@ -755,7 +755,7 @@ static void stm32_dmacallback(DMA_HANDLE handle, uint8_t isr, void *arg)
stm32_sample((struct stm32_dev_s*)arg, SAMPLENDX_DMA_CALLBACK);
/* Then terminate the transfer (we should already have the SDIO transfer
- * done interrupt. If now, the transfer will appropriately time out.
+ * done interrupt. If not, the transfer will appropriately time out).
*/
priv->xfrflags |= SDIO_DMADONE_FLAG;