mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 04:47:47 +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:
committed by
Petro Karashchenko
parent
dc096f951e
commit
f02ad03124
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user