v0.3 minor changes #2
This commit is contained in:
parent
c5906fc974
commit
0c1cef57ac
1 changed files with 2 additions and 2 deletions
|
@ -698,12 +698,12 @@ public class UsbCommunications extends Task<Void> {
|
||||||
logPrinter.print("Release interface", EMsgType.PASS);
|
logPrinter.print("Release interface", EMsgType.PASS);
|
||||||
|
|
||||||
LibUsb.close(handlerNS);
|
LibUsb.close(handlerNS);
|
||||||
logPrinter.print("Requested handler updateAndClose", EMsgType.INFO);
|
logPrinter.print("Requested handler close", EMsgType.INFO);
|
||||||
}
|
}
|
||||||
// Close context in the end
|
// Close context in the end
|
||||||
if (contextNS != null) {
|
if (contextNS != null) {
|
||||||
LibUsb.exit(contextNS);
|
LibUsb.exit(contextNS);
|
||||||
logPrinter.print("Requested context updateAndClose", EMsgType.INFO);
|
logPrinter.print("Requested context close", EMsgType.INFO);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Report status and close
|
// Report status and close
|
||||||
|
|
Loading…
Reference in a new issue