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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user