mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 14:44:48 -04:00
v0.1
This commit is contained in:
parent
f1c6f7985f
commit
3f9add019a
2 changed files with 15 additions and 11 deletions
|
@ -590,7 +590,7 @@ class UsbCommunications extends Task<Void> {
|
|||
int trans = readBufTransferred.get();
|
||||
byte[] receivedBytes = new byte[trans];
|
||||
readBuffer.get(receivedBytes);
|
||||
/* DEBUG START----------------------------------------------------------------------------------------------
|
||||
/* DEBUG START----------------------------------------------------------------------------------------------*
|
||||
hexDumpUTF8(receivedBytes);
|
||||
// DEBUG END----------------------------------------------------------------------------------------------*/
|
||||
return receivedBytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue