Simplified Host mode Mass Storage Class driver to reduce compiled program size.

This commit is contained in:
Dean Camera 2009-08-27 08:17:06 +00:00
parent 754ea083d4
commit f52b265090
2 changed files with 48 additions and 103 deletions

View file

@ -326,7 +326,8 @@
static uint8_t DComp_NextInterfaceBulkDataEndpoint(void* CurrentDescriptor);
static uint8_t MS_Host_SendCommand(USB_ClassInfo_MS_Host_t* MSInterfaceInfo,
MS_CommandBlockWrapper_t* SCSICommandBlock);
MS_CommandBlockWrapper_t* SCSICommandBlock,
void* BufferPtr);
static uint8_t MS_Host_WaitForDataReceived(USB_ClassInfo_MS_Host_t* MSInterfaceInfo);
static uint8_t MS_Host_SendReceiveData(USB_ClassInfo_MS_Host_t* MSInterfaceInfo,
MS_CommandBlockWrapper_t* SCSICommandBlock, void* BufferPtr);