Spell checked non-source documentation pages.
This commit is contained in:
parent
663f449c10
commit
619b0b7b6b
27 changed files with 100 additions and 99 deletions
|
@ -261,14 +261,14 @@ bool SImage_IsEventReceived(void)
|
|||
*
|
||||
* \return A value from the USB_Host_SendControlErrorCodes_t enum
|
||||
*/
|
||||
uint8_t SImage_ClearPipeStall(const uint8_t PipeEndpointNum)
|
||||
uint8_t SImage_ClearPipeStall(const uint8_t EndpointNum)
|
||||
{
|
||||
USB_HostRequest = (USB_Host_Request_Header_t)
|
||||
{
|
||||
bmRequestType: (REQDIR_HOSTTODEVICE | REQTYPE_STANDARD | REQREC_ENDPOINT),
|
||||
bRequest: REQ_ClearFeature,
|
||||
wValue: FEATURE_ENDPOINT_HALT,
|
||||
wIndex: PipeEndpointNum,
|
||||
wIndex: EndpointNum,
|
||||
wLength: 0,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue