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:
patacongo 2008-11-10 14:16:12 +00:00
parent f4f8020ed3
commit bd856e9212
1 changed files with 1 additions and 1 deletions

View File

@ -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