mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 05:08:41 +08:00
Fix error: 'mmcsd_general_cmd_read' defined but not used
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
dc096f951e
commit
f02ad03124
1 changed files with 1 additions and 1 deletions
|
@ -2889,6 +2889,7 @@ static int mmcsd_read_csd(FAR struct mmcsd_state_s *priv)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_MMCSD_IOCSUPPORT
|
||||
/****************************************************************************
|
||||
* Name: mmcsd_general_cmd_write
|
||||
*
|
||||
|
@ -3149,7 +3150,6 @@ static int mmcsd_general_cmd_read(FAR struct mmcsd_state_s *priv,
|
|||
return OK;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_MMCSD_IOCSUPPORT
|
||||
/****************************************************************************
|
||||
* Name: mmcsd_iocmd
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue