mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
Add skeleton file that will hold the STM32 SDIO driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2243 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
|
||||
struct mmcsd_state_s
|
||||
{
|
||||
struct sdio_dev_s *dev; /* The MMCSD device bound to this instance */
|
||||
struct sdio_dev_s *dev; /* The SDIO device bound to this instance */
|
||||
ubyte crefs; /* Open references on the driver */
|
||||
|
||||
/* Status flags */
|
||||
|
||||
Reference in New Issue
Block a user