F_CLOCK changed to F_USB to be more descriptive, and applicable on future architecture ports.

This commit is contained in:
Dean Camera 2011-03-21 10:20:42 +00:00
parent c7f4752d6b
commit aba7932a5c
77 changed files with 508 additions and 503 deletions

View file

@ -38,7 +38,6 @@
uint8_t USB_Host_SendControlRequest(void* const BufferPtr)
{
uint8_t* HeaderStream = (uint8_t*)&USB_ControlRequest;
uint8_t* DataStream = (uint8_t*)BufferPtr;
bool BusSuspended = USB_Host_IsBusSuspended();
uint8_t ReturnStatus = HOST_SENDCONTROL_Successful;