- set the blocking timeout to 1ms (blackbox is hanging for this time)

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@122 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-04-04 07:34:22 +00:00
parent c8e95bba3f
commit 8cb01e557b

View File

@@ -26,7 +26,7 @@ public class USBDevice {
private static final int BDI_Timeout = 1000;
private static final int UART_Timeout = 50;
private static final int UART_Timeout = 1;
private static Device dev;