*/\r
enum USB_Host_SendControlErrorCodes_t\r
{\r
- HOST_SENDCONTROL_Successful = 0, /**< No error occurred in the request transfer. */\r
- HOST_SENDCONTROL_DeviceDisconnect = 1, /**< The attached device was disconnected during the\r
+ HOST_SENDCONTROL_Successful = 0, /**< No error occurred in the request transfer. */\r
+ HOST_SENDCONTROL_DeviceDisconnected = 1, /**< The attached device was disconnected during the\r
* request transfer.\r
*/\r
- HOST_SENDCONTROL_PipeError = 2, /**< An error occurred in the pipe while sending the request. */\r
- HOST_SENDCONTROL_SetupStalled = 3, /**< The attached device stalled the request, usually\r
+ HOST_SENDCONTROL_PipeError = 2, /**< An error occurred in the pipe while sending the request. */\r
+ HOST_SENDCONTROL_SetupStalled = 3, /**< The attached device stalled the request, usually\r
* indicating that the request is unsupported on the device.\r
*/\r
- HOST_SENDCONTROL_SoftwareTimeOut = 4, /**< The request or data transfer timed out. */\r
+ HOST_SENDCONTROL_SoftwareTimeOut = 4, /**< The request or data transfer timed out. */\r
};\r
\r
/* Function Prototypes: */\r