From fbf99921ff287325ff8c55b4f09128503f104adb Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 23 Oct 2008 20:55:54 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1073 42af7a65-404d-4744-a932-0658087f49c3 --- examples/usbstorage/usbstrg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/usbstorage/usbstrg.h b/examples/usbstorage/usbstrg.h index ae45aee52d..2d043de8ae 100644 --- a/examples/usbstorage/usbstrg.h +++ b/examples/usbstorage/usbstrg.h @@ -55,7 +55,7 @@ #endif #ifndef CONFIG_EXAMPLES_USBSTRG_DEVPATH1 -# define CONFIG_EXAMPLES_USBSTRG_DEVPATH1 "/dev/mmcds0" +# define CONFIG_EXAMPLES_USBSTRG_DEVPATH1 "/dev/mmcsd0" #endif #if CONFIG_EXAMPLES_USBSTRG_NLUNS > 1