Skip to content
Snippets Groups Projects
Commit bd856e92 authored by patacongo's avatar patacongo
Browse files

Eliminate warning

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1181 42af7a65-404d-4744-a932-0658087f49c3
parent f4f8020e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment