*\r
* \return A value from the USB_Host_SendControlErrorCodes_t enum\r
*/\r
-uint8_t SImage_ClearPipeStall(const uint8_t PipeEndpointNum)\r
+uint8_t SImage_ClearPipeStall(const uint8_t EndpointNum)\r
{\r
USB_HostRequest = (USB_Host_Request_Header_t)\r
{\r
bmRequestType: (REQDIR_HOSTTODEVICE | REQTYPE_STANDARD | REQREC_ENDPOINT),\r
bRequest: REQ_ClearFeature,\r
wValue: FEATURE_ENDPOINT_HALT,\r
- wIndex: PipeEndpointNum,\r
+ wIndex: EndpointNum,\r
wLength: 0,\r
};\r
\r