mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
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:
@@ -1350,7 +1350,7 @@ static void mmcsd_mediachanged(void *arg)
|
||||
int mmcsd_spislotinitialize(int minor, int slotno, FAR struct spi_dev_s *spi)
|
||||
{
|
||||
struct mmcsd_slot_s *slot;
|
||||
ubyte devname[16];
|
||||
char devname[16];
|
||||
int ret;
|
||||
|
||||
#ifdef CONFIG_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user