mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user