From 10e66822588992414a400a3ebc70a263df7df666 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 10 Nov 2008 14:16:12 +0000 Subject: Eliminate warning git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1181 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/mmcsd/mmcsd_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx') diff --git a/nuttx/drivers/mmcsd/mmcsd_spi.c b/nuttx/drivers/mmcsd/mmcsd_spi.c index a3ce6ea5d..98fc375df 100644 --- a/nuttx/drivers/mmcsd/mmcsd_spi.c +++ b/nuttx/drivers/mmcsd/mmcsd_spi.c @@ -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 -- cgit v1.2.3