Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).
This commit is contained in:
parent
2b23318357
commit
70f3d8e933
10 changed files with 289 additions and 5 deletions
|
@ -382,7 +382,7 @@ uint8_t PRNT_Host_GetDeviceID(USB_ClassInfo_PRNT_Host_t* const PRNTInterfaceInfo
|
|||
char* const DeviceIDString,
|
||||
const uint16_t BufferSize)
|
||||
{
|
||||
uint8_t ErrorCode = HOST_SENDCONTROL_Successful;
|
||||
uint8_t ErrorCode;
|
||||
uint16_t DeviceIDStringLength = 0;
|
||||
|
||||
USB_ControlRequest = (USB_Request_Header_t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue