if (MS_Host_ConfigurePipes(&FlashDisk_MS_Interface,\r
ConfigDescriptorSize, ConfigDescriptorData) != MS_ENUMERROR_NoError)\r
{\r
- printf("Attached Device Not a Valid Mouse.\r\n");\r
+ printf("Attached Device Not a Valid Mass Storage Device.\r\n");\r
LEDs_SetAllLEDs(LEDMASK_USB_ERROR);\r
USB_HostState = HOST_STATE_WaitForDeviceRemoval;\r
break;\r
break;\r
}\r
\r
+ printf("Total LUNs: %d - Using first LUN in device.\r\n", (MaxLUNIndex + 1));\r
+ \r
if (MS_Host_ResetMSInterface(&FlashDisk_MS_Interface))\r
{\r
printf("Error resetting Mass Storage interface.\r\n");\r