Added new GenericHIDHost demo.
Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use.
This commit is contained in:
parent
74496a947e
commit
6198289b38
19 changed files with 3064 additions and 31 deletions
|
@ -98,8 +98,6 @@ uint8_t ProcessConfigurationDescriptor(void)
|
|||
/* Enable the pipe IN interrupt for the data pipe */
|
||||
USB_INT_Enable(PIPE_INT_IN);
|
||||
#endif
|
||||
|
||||
Pipe_Unfreeze();
|
||||
|
||||
/* Valid data found, return success */
|
||||
return SuccessfulConfigRead;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue