From 46eedbd9822fcd8aa378d86a3402e1dba91f7f23 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 18 Jul 2011 00:20:58 +0000 Subject: [PATCH] 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 --- arch/arm/src/stm32/stm32_sdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/stm32/stm32_sdio.c b/arch/arm/src/stm32/stm32_sdio.c index 740fd9efd45..63930ef8bcc 100644 --- a/arch/arm/src/stm32/stm32_sdio.c +++ b/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;