OTG: fix icc powering method
This commit is contained in:
@@ -81,7 +81,7 @@ public class UsbTransport implements Transport {
|
|||||||
do {
|
do {
|
||||||
bytes = receive();
|
bytes = receive();
|
||||||
} while (isDataBlockNotReady(bytes));
|
} while (isDataBlockNotReady(bytes));
|
||||||
checkDataBlockResponse(receive());
|
checkDataBlockResponse(bytes);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user