F_CLOCK changed to F_USB to be more descriptive, and applicable on future architecture ports.
This commit is contained in:
parent
c7f4752d6b
commit
aba7932a5c
77 changed files with 508 additions and 503 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue