Fixed inability to enumerate any devices while in host mode (broken in a previous commit).
This commit is contained in:
parent
2bd88ebc4f
commit
526e398986
3 changed files with 6 additions and 7 deletions
|
@ -165,7 +165,7 @@ static void USB_Device_SetConfiguration(void)
|
|||
|
||||
void USB_Device_GetConfiguration(void)
|
||||
{
|
||||
Endpoint_ClearSETUP();
|
||||
Endpoint_ClearSETUP();
|
||||
|
||||
Endpoint_Write_Byte(USB_ConfigurationNumber);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue