summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-21 16:00:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-21 16:00:32 +0000
commit34c92a52d1e6627683300ff150445a326fd154a5 (patch)
tree0919fdeedd17e254834ff0f3234e810e18ad592f /nuttx/include
parent7acd0fe5cf0c8d2e913219b27bc95049d50cf2c6 (diff)
downloadpx4-nuttx-34c92a52d1e6627683300ff150445a326fd154a5.tar.gz
px4-nuttx-34c92a52d1e6627683300ff150445a326fd154a5.tar.bz2
px4-nuttx-34c92a52d1e6627683300ff150445a326fd154a5.zip
Very initial SDHC driver for Kinetis parts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3901 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/sdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/sdio.h b/nuttx/include/nuttx/sdio.h
index d1642b62c..df31ed79e 100644
--- a/nuttx/include/nuttx/sdio.h
+++ b/nuttx/include/nuttx/sdio.h
@@ -466,7 +466,7 @@
* Name: SDIO_RECVSETUP
*
* Description:
- * Setup hardware in preparation for data trasfer from the card in non-DMA
+ * Setup hardware in preparation for data transfer from the card in non-DMA
* (interrupt driven mode). This method will do whatever controller setup
* is necessary. This would be called for SD memory just BEFORE sending
* CMD13 (SEND_STATUS), CMD17 (READ_SINGLE_BLOCK), CMD18
@@ -489,7 +489,7 @@
* Name: SDIO_SENDSETUP
*
* Description:
- * Setup hardware in preparation for data trasfer from the card. This method
+ * Setup hardware in preparation for data transfer from the card. This method
* will do whatever controller setup is necessary. This would be called
* for SD memory just AFTER sending CMD24 (WRITE_BLOCK), CMD25
* (WRITE_MULTIPLE_BLOCK), ... and before SDIO_SENDDATA is called.