v0.3 minor changes #2
This commit is contained in:
parent
1f3cc3d8a5
commit
4c1fc36f9d
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);
|
||||
|
||||
LibUsb.close(handlerNS);
|
||||
logPrinter.print("Requested handler updateAndClose", EMsgType.INFO);
|
||||
logPrinter.print("Requested handler close", EMsgType.INFO);
|
||||
}
|
||||
// Close context in the end
|
||||
if (contextNS != null) {
|
||||
LibUsb.exit(contextNS);
|
||||
logPrinter.print("Requested context updateAndClose", EMsgType.INFO);
|
||||
logPrinter.print("Requested context close", EMsgType.INFO);
|
||||
}
|
||||
|
||||
// Report status and close
|
||||
|
|
Loading…
Reference in a new issue