USB: set return type of USBDevice::recv(ep) to int
this is the proper type to encapsulate a byte when data is available or -1 when there is no data.
Loading
Please register or sign in to comment
this is the proper type to encapsulate a byte when data is available or -1 when there is no data.