Eliminate warning
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1181 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
f4f8020ed3
commit
bd856e9212
|
@ -1350,7 +1350,7 @@ static void mmcsd_mediachanged(void *arg)
|
||||||
int mmcsd_spislotinitialize(int minor, int slotno, FAR struct spi_dev_s *spi)
|
int mmcsd_spislotinitialize(int minor, int slotno, FAR struct spi_dev_s *spi)
|
||||||
{
|
{
|
||||||
struct mmcsd_slot_s *slot;
|
struct mmcsd_slot_s *slot;
|
||||||
ubyte devname[16];
|
char devname[16];
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG
|
#ifdef CONFIG_DEBUG
|
||||||
|
|
Loading…
Reference in New Issue