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
This commit is contained in:
patacongo
2011-07-18 00:20:58 +00:00
parent 4c9bdfbc8a
commit 46eedbd982
+1 -1
View File
@@ -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;